We are pulling metrics and zkclient from maven into local ivy now ( https://issues.apache.org/jira/browse/KAFKA-826). All needed jars for clients can be found in a dependency fat jar. Alternatively, if you run ./sbt release-tar or ./sbt release-zip, you will find all needed jars in the tar or zip file.
Thanks, Jun On Tue, Apr 30, 2013 at 12:50 PM, Chris Curtin <curtin.ch...@gmail.com>wrote: > Hi, > > I pulled 0.8.0 head at 3 pm eastern 4/30, did the sbt update; sbt package; > sbt assembly-package-dependency and my code won't compile. > > It is missing the Yammer Metrics libraries. > > Last pull was about 45 days ago and they were stored in core\lib\metrics-* > > Do I now need to pull them myself? > > Also looks like zkclient is also not being included. > > Thanks, > > Chris >