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 jars were not added in the build path of the eclipse project. one more important thing to do is not to place zkClient-0.1.jar in the build path but rather choose the zkclient jar that is present in the lib folder. -MIS On Mon, Mar 18, 2013 at 9:49 PM, MIS <misapa...@gmail.com> wrote: > 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 from the kafka community please update the link so as to > setup the project in eclipse without any errors. > > thanks in advance. > > -MIS > > >