example-reactive-spring-kafka-consumer-and-producer
example-reactive-spring-kafka-consumer-and-producer copied to clipboard
Example of the JSON string representing the fakeDTO to be sent.
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