What are the different input sources for Spark Streaming.
-
-
What are the different input sources for Spark Streaming.
-
> TCP Sockets
> Stream of files
> ActorStream
> Apache Kafka
> Apache Flume (Push-based receiver or Pull-based receiver)
> Kinesis
> Above are the various input source (receiver) through which data stream can make their way to the streaming application.
For more detail on Spark Streaming refer to Apache Spark Streaming.
- You must be logged in to reply to this topic.