You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/03/23 08:10:45 UTC

[GitHub] [pulsar] jiazhai edited a comment on issue #3362: java.lang.IllegalArgumentException: Illegal base64 character 2d

jiazhai edited a comment on issue #3362: java.lang.IllegalArgumentException: Illegal base64 character 2d
URL: https://github.com/apache/pulsar/issues/3362#issuecomment-602444911
 
 
   Seems another user reported a similar issue of `java.lang.IllegalArgumentException: Illegal base64 character 2d`.
   
   This looks more like a convert issue between protobuf string (optional string partition_key   = 6) to bytes.
   
   Maybe turn protobuf `string` into `bytes` could better solve this kind of issue.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services