Unable to support payload with byte[] type in methods with payload such as 'syncSend(String destination, Object payload)' #104
Labels
enhancement
New feature or request
Milestone
Unable to support payload with byte[] type in methods with payload such as 'syncSend(String destination, Object payload)'
BUG REPORT
Try the following code. But message content is changed to
"YWJj"
(a base64 encoded string)the origin bytes:
"abc".getBytes()
a base64 encoded string:
"YWJj"
Please tell us about your environment:
Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):
FEATURE REQUEST
Please describe the feature you are requesting.
Provide any additional detail on your proposed use case for this feature.
Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
The text was updated successfully, but these errors were encountered: