Hello, I am trying to have PathChildrenCache send me create events in the same order the nodes were created. Is that possible?
Attached is a simple example where I create node0, node1, node2, etc and I often get the notification for node2 before node1, or the like. Note: PathChildrenCache is created with Executors.newSingleThreadExecutor(). Thanks! Benjamin
Test.java
Description: Binary data
