Re: Kafka setup in eclipse

2013-03-26 Thread MIS
i figured out a way to setup the kafka project in eclipse, works for the time being. once the sbt update command is run, and the jars downloaded i had to manually place the jars (though selectively) in the build path of the project. roughly there are 102 jars as of past week. lower version of the

Kafka setup in eclipse

2013-03-18 Thread MIS
hi all, i'm just getting started with the apache kafka. and was following the below link for setting up kafka dev env in eclipse : https://cwiki.apache.org/KAFKA/developer-setup.html but been running into unresolved compilation issues. further, the link seems to be outdated too. could any one fr