Re: Processing multiple topics

2017-03-20 Thread Matthias J. Sax
I would recommend to try out Kafka's Streams API instead of Spark Streaming. http://docs.confluent.io/current/streams/index.html -Matthias On 3/20/17 11:32 AM, Ali Akhtar wrote: > Are you saying, that it should process all messages from topic 1, then > topic 2, then topic 3, then 4? > > Or tha

Re: Processing multiple topics

2017-03-20 Thread Ali Akhtar
Are you saying, that it should process all messages from topic 1, then topic 2, then topic 3, then 4? Or that they need to be processed exactly at the same time? On Mon, Mar 20, 2017 at 10:05 PM, Manasa Danda wrote: > Hi, > > I am Manasa, currently working on a project that requires processing