[GitHub] merlimat commented on issue #3362: java.lang.IllegalArgumentException: Illegal base64 character 2d

2019-01-11 Thread GitBox
merlimat commented on issue #3362: java.lang.IllegalArgumentException: Illegal base64 character 2d URL: https://github.com/apache/pulsar/issues/3362#issuecomment-453634289 Ok, that's strange. Can you also include the client logs?

[GitHub] merlimat commented on issue #3362: java.lang.IllegalArgumentException: Illegal base64 character 2d

2019-01-11 Thread GitBox
merlimat commented on issue #3362: java.lang.IllegalArgumentException: Illegal base64 character 2d URL: https://github.com/apache/pulsar/issues/3362#issuecomment-453633054 This seems like it's trying to connect the Pulsar service using HTTP? What service url did you specify?

[GitHub] merlimat commented on issue #3362: java.lang.IllegalArgumentException: Illegal base64 character 2d

2019-01-11 Thread GitBox
merlimat commented on issue #3362: java.lang.IllegalArgumentException: Illegal base64 character 2d URL: https://github.com/apache/pulsar/issues/3362#issuecomment-453619428 This error is coming from consumer, so it should be the `StringDeserializer` there

[GitHub] merlimat commented on issue #3362: java.lang.IllegalArgumentException: Illegal base64 character 2d

2019-01-11 Thread GitBox
merlimat commented on issue #3362: java.lang.IllegalArgumentException: Illegal base64 character 2d URL: https://github.com/apache/pulsar/issues/3362#issuecomment-453615985 (Above code was taken from

[GitHub] merlimat commented on issue #3362: java.lang.IllegalArgumentException: Illegal base64 character 2d

2019-01-11 Thread GitBox
merlimat commented on issue #3362: java.lang.IllegalArgumentException: Illegal base64 character 2d URL: https://github.com/apache/pulsar/issues/3362#issuecomment-453615684 @sautran The code there should be like : ```java private K getKey(String topic, Message msg) {