Fixes a problem where a watch doesn't fire by periodically polling the znode. This gets the best of both worlds from polling and watches, as it will still be notified when a watch event occurs, ensuring it can read back new log entries as fast as possible.
Fixes a problem where a watch doesn't fire by periodically polling the znode. This gets the best of both worlds from polling and watches, as it will still be notified when a watch event occurs, ensuring it can read back new log entries as fast as possible.