I am getting those events using PathChildrenCacheListener:
PathChildrenCacheEvent{type=CONNECTION_SUSPENDED, data=null}
PathChildrenCacheEvent{type=CONNECTION_LOST, data=null}
PathChildrenCacheEvent{type=CONNECTION_RECONNECTED data=null}The data monitored changed during those events, but there is not CHILD_UPDATED event received. What are the guaranties in this case? Is it expected to have to fetch the data manually and do a manual diff when there is a reconnection? Thanks Benjamin
