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
Tested on the Java version but it looks like the same issue appears in other language versions.
The sample code for clonesrv4 adds the subtree to the the messages sent for the snapshot in the sendMessage() method. These are received as kvsimple messages by the clonecli4 code but the kvsimple code can not handle the extra subtree field in the message and returns null for the snapshot leading to no snapshot being received into the client.
Using jeromq v0.5.3.
The text was updated successfully, but these errors were encountered:
Tested on the Java version but it looks like the same issue appears in other language versions.
The sample code for
clonesrv4
adds the subtree to the the messages sent for the snapshot in thesendMessage()
method. These are received askvsimple
messages by theclonecli4
code but thekvsimple
code can not handle the extra subtree field in the message and returnsnull
for the snapshot leading to no snapshot being received into the client.Using jeromq v0.5.3.
The text was updated successfully, but these errors were encountered: