Re: is it possible to create one KafkaDirectStream (Dstream) per topic?

2018-05-21 Thread Alonso Isidoro Roman
Check this thread <https://stackoverflow.com/questions/37810709/kafka-topic-partitions-to-spark-streaming> . El lun., 21 may. 2018 a las 0:25, kant kodali (<kanth...@gmail.com>) escribió: > Hi All, > > I have 5 Kafka topics and I am wondering if is even possible to create on

is it possible to create one KafkaDirectStream (Dstream) per topic?

2018-05-20 Thread kant kodali
Hi All, I have 5 Kafka topics and I am wondering if is even possible to create one KafkaDirectStream (Dstream) per topic within the same JVM i.e using only one sparkcontext? Thanks!