Re: Getting started with Kafka using Java client

2015-10-12 Thread Ben Stopford
Hi Tarun There is an examples section in the kafka project here which shows the Consumer, SingleConsumer and Producer. These are just clients so you’ll need ZK and a Kafka server running to get them going. You probably don’t need to worry ab

Getting started with Kafka using Java client

2015-10-12 Thread Tarun Sapra
Hi All, Can someone please point me to a well documented github code example for using Kafka 's java client. So far I haven't been able to find much related to using Java client. Most of the examples are using command prompt for producing and consuming messages. It's a bit frustrating that though