Re: [E] Re: SPARK-19547

2017-06-08 Thread Rastogi, Pankaj
plain in more detail what you mean by "distribute Kafka >topics among different instances of same consumer group"? > >If you're trying to run multiple streams using the same consumer >group, it's already documented that you shouldn't do that. > >On Thu, Jun 8,

SPARK-19547

2017-06-07 Thread Rastogi, Pankaj
Hi, I have been trying to distribute Kafka topics among different instances of same consumer group. I am using KafkaDirectStream API for creating DStreams. After the second consumer group comes up, Kafka does partition rebalance and then Spark driver of the first consumer dies with the followin