Develop a standalone Spark Structured Streaming application (using IntelliJ IDEA) that writes selected columns to a Kafka topic.
csv
data source as the streaming source and CVS files with multiple columns (e.g. id
and name
)kafka
data source as the streaming sinkFinally, sbt package
the application and spark-submit
it.
Module: Spark Structured Streaming
Duration: 30 mins