mattisonchao commented on a change in pull request #10934:
URL: https://github.com/apache/pulsar/pull/10934#discussion_r657658305
##########
File path:
pulsar-client-tools/src/main/java/org/apache/pulsar/client/cli/CmdConsume.java
##########
@@ -414,7 +414,7 @@ private int consumeFromWebSocket(String topic) {
LOG.debug("No message to consume after waiting for 5
seconds.");
} else {
try {
- System.out.println(Base64.getDecoder().decode(msg));
+
System.out.println(Arrays.toString(Base64.getDecoder().decode(msg))); // print
decode
Review comment:
Ok, I will do that : )
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]