Replies: 2 comments 4 replies
-
Note |
Beta Was this translation helpful? Give feedback.
4 replies
-
@ahrtr closing this discussion. Thanks for the assistance. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After reading through the documentation I have only seen we can only store string value into etcd using the SDK. My requirement is to store protobuf. Therefore to go with that I decided to encode the protobuf message byte array into base64. However when reading the data back I kind of getting a decoding error from base64.
This is the persisted data log in etcd:
and this is the outcome when I was trying to decode it via the
Get
call:This is how I am getting the value from the
Get
call response:I look forward to your help and guidance. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions