You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar feature requirement.
Description
Right now, the SubscribeListener can only support subscribe all events which include children and itself event of the watched path.
Sometimes we only want to listen the children change, e.g. we subscribe the master nodes change we want to listen the /nodes/master/xx we don't care the /nodes/master itself, once we receive a event from /nodes/master will throw exception when deserialize the data.
Search before asking
Description
Right now, the
SubscribeListener
can only support subscribe all events which include children and itself event of the watched path.Sometimes we only want to listen the children change, e.g. we subscribe the master nodes change we want to listen the
/nodes/master/xx
we don't care the/nodes/master
itself, once we receive a event from/nodes/master
will throw exception when deserialize the data.Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: