Re: New Kafka user - Need some pointers to get started

2016-11-17 Thread Gwen Shapira
Pro tip: You can't use new (0.10) clients with old (0.7) brokers. They are incompatible. You will need to easier upgrade your brokers or downgrade your clients. On Thu, Nov 17, 2016 at 7:38 AM, Raghav wrote: > Hello All > > I am a new Kafka users, and I am trying to create a publisher that produc

New Kafka user - Need some pointers to get started

2016-11-17 Thread Raghav
Hello All I am a new Kafka users, and I am trying to create a publisher that produces a bunch of messages from a store and pushes it to broker. I am looking for best practices in writing a Kafka Producer. I looked at sample examples, and got confused because different versions of Kafka have used