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
{{ message }}
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.
First thanks for you fixes on the Multi, now I am using the new Multi and it works well. I have a little question though as I noticed the Multi only accepts four kinds of operations:
CreateRequest
SetDataRequest
DeleteRequest
CheckVersionRequest
Are there any special reason for this limitation?
I think in some cases, It would be nice to get a znode's stat change within a transaction. So if the Multi could accepts operations like GetData, Exists this could be easily done.
The text was updated successfully, but these errors were encountered:
From what I understand of multi those are the only possible operations. Although, it's quite possible the set has been extended in later versions (3.5.x).
First thanks for you fixes on the
Multi
, now I am using the newMulti
and it works well. I have a little question though as I noticed theMulti
only accepts four kinds of operations:CreateRequest
SetDataRequest
DeleteRequest
CheckVersionRequest
Are there any special reason for this limitation?
I think in some cases, It would be nice to get a znode's stat change within a transaction. So if the
Multi
could accepts operations likeGetData
,Exists
this could be easily done.The text was updated successfully, but these errors were encountered: