Re: [ANNOUNCE] New Committer: Manikumar Reddy

2018-10-13 Thread Sandeep Nemuri
Congratulations Mani..!! On Sun, Oct 14, 2018 at 12:03 AM Manikumar wrote: > Thanks everyone! > > It has been a great learning experience working Apache Kafka community. > I am thankful to the committers/community members for all the support and > help. > > Thanks > Manikumar > > On Fri, Oct 12,

Re: [ANNOUNCE] New Committer: Manikumar Reddy

2018-10-13 Thread Manikumar
Thanks everyone! It has been a great learning experience working Apache Kafka community. I am thankful to the committers/community members for all the support and help. Thanks Manikumar On Fri, Oct 12, 2018 at 1:55 PM Edoardo Comar wrote: > Well done Manikumar ! > -

Re: Kafka on Eclipse Setup

2018-10-13 Thread Vahid Hashemian
This article was written a while back but still could help: https://developer.ibm.com/opentech/2016/06/06/how-to-develop-for-apache-kafka-using-eclipse/ Regards! --Vahid On Sat, Oct 13, 2018 at 2:15 AM M. Manna wrote: > I have done the following and it worked for me. > > 1) Manually removed and

Re: Kafka on Eclipse Setup

2018-10-13 Thread M. Manna
I have done the following and it worked for me. 1) Manually removed and added the jar locations in eclipse run configuration e.g. client, core, etc. 2) Added program argument for log4j file and server properties, and zookeeper properties. 3) Started zookeeper first 4) Then started Kafka. I never