Not sure if I'm missing something, but it appears that there is a
difference in functionality between defining a namespace during using the
CuratorFrameworkFactory.builder().namespace("bla") method, and calling
usingNamespace("bla") on an instance of the CuratorFramework itself.Both seem to create nodes correctly in ZooKeeper, but the paths for the events are inconsistent. If you using the Builder approach, the paths in the events do not include the namespace. If you use the CuratorFramework usingNamespace() approach, then the namespaces do appear in the event path. Is this by design? Or just a side effect? cheers Cam
