Re: Kafka on Eclipse Setup

2018-10-15 Thread James Kwan
Matthias, Thanks for your suggestion but it did not work. I finally have to remove all reference of test libraries and just use main. I was able to build all libraries without any errors. James > On Oct 15, 2018, at 12:45 PM, Matthias J. Sax wrote: > > You can try to run "mvn eclipse:ecl

Re: Kafka on Eclipse Setup

2018-10-15 Thread Matthias J. Sax
You can try to run "mvn eclipse:eclipse" can restart Eclipse afterwards. -Matthias On 10/15/18 8:41 AM, James Kwan wrote: > Vahid > > I have followed the link, but it does not resolve the stream compilation > issues. I will try Manna’s suggestion. The issue is not to start a > zookeeper or K

Re: Kafka on Eclipse Setup

2018-10-15 Thread James Kwan
Vahid I have followed the link, but it does not resolve the stream compilation issues. I will try Manna’s suggestion. The issue is not to start a zookeeper or Kafka. I have a Kafka running on my linux vm. I want to create a build free environment so that I can start writing some client and

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

Kafka on Eclipse Setup

2018-10-12 Thread James Kwan
Has anyone successfully set up an eclipse environment for Kafka on Windows? I have tried many times with different options but still have build issues with stream project. There are always some libraries missing. The steps I used 1) Run git command in command prompt to download the Kafka. I