example-reactive-spring-kafka-consumer-and-producer icon indicating copy to clipboard operation
example-reactive-spring-kafka-consumer-and-producer copied to clipboard

Example of the JSON string representing the fakeDTO to be sent.

Open patpatpat123 opened this issue 3 years ago • 0 comments

Hello there,

First of all, big thanks for doing this project. It is very clear, and the tech stack used is very advanced.

Just one question / issue please. I am trying to send a payload message using my own producer, testing how much load the reactive consumer can handle. I am sending this payload:

{\"id\": \"somevalue\"}

But unfortunately, the consumer is not able to deserialize it. May I ask what should be the correct JSON to be sent in order for this to work please?

Thank you

patpatpat123 avatar Dec 10 '22 14:12 patpatpat123