You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Judu. When the producer sends this message, the consumer receives the string "Hello,World,1" which includes the " on each side. By using Pulsar Java (without pulsar4s) this doesnt happen and the consumer receives Hello,World,1 only
Example code
When sending this as a String and receiving a Array[Byte] pulsar4s does not strip the "" within the producer.send function
The text was updated successfully, but these errors were encountered: