Hello, I built kafka 0.8 with scala 2.9.2. However, I ran into some issues after publishing the 0.8-SNAPSHOT into my local maven repository. From my application, I simply depended on this new jar thinking that it would pull all the other dependencies transitively from a public maven repository. (I look in a handful of repos in my build script) But, it could not find the following 3 jars from any repository:
zkclient-20120522.jar metrics-annotation-3.0.0-c0c8be71.jar metrics-core-3.0.0-c0c8be71.jar I found these in the kafka 0.8 artifact that I built and was able to manually copy them. Are there any plans to make these jars available through any maven repositories, as they seem to contain custom changes? Appreciate any help. Regards, Soby Chacko