I publish, using kafka-console-producer, escaped JSON such as {\"name\":\"kris\",\"color\":\"blue\"}.
When I receive it using Poseidon I get "{\\\"name\\\":\\\"kris\\\",\\\"color\\\":\\\"blue\\\"}", which is doubly escaped.
Using ``kafka-console-consumer` I get the message as published.
Is this expected?
I publish, using
kafka-console-producer, escaped JSON such as{\"name\":\"kris\",\"color\":\"blue\"}.When I receive it using Poseidon I get
"{\\\"name\\\":\\\"kris\\\",\\\"color\\\":\\\"blue\\\"}", which is doubly escaped.Using ``kafka-console-consumer` I get the message as published.
Is this expected?