Hello. I'm trying to port to Karaf some bundles that we run today on Red-Hat Fuse that provides a "master" component to handle concurrent consumers.
I've configured a Camel Cluster Service based on the ZooKeeper implementation, exposed a service in a bundle, and then I reference this service in the bundle that provides routes using "master". But I've an exception that seems to be related to an internal dependance of the ZooKeeper service : Caused by: java.lang.ClassNotFoundException: org.apache.curator.shaded.com.google.common.cache.CacheBuilder not found by curator-framework I don't understand exactly what this "curator framework" does, but something is probably missing in the camel-zookeeper feature. Has someone used these components before, and experienced the same issues ? I've seen some kind of bug report about the bad OSGi integration of this framework, but no solution or at least workaround to make it work. Should I use another Camel Cluster implementation ? Thanks for your help. Regards.