java.lang.NoClassDefFoundError:org / I0Itec / zkclient / serialize / ZkSerializer

时间:2016-06-01 05:30:00

标签: apache-kafka apache-karaf

我正在karaf发布此问题的解决方案。

转到.m2 / repository / org / apache / camel / karaf / 2.14.1 / apache-camel-2.14.1-features.xml。

查找camel-kafka功能。并添加zkclient bundle并升级zookeeper包。

<bundle dependency='true'>mvn:org.apache.zookeeper/zookeeper/3.4.8</bundle>
<bundle dependency='true'>wrap:mvn:com.101tec/zkclient/0.8</bundle>

这将解决问题。

0 个答案:

没有答案