I am using Kafka Console Producer to post a JSON message on a kafka topic. The JSON payload is pretty huge. It seems that Kafka Console producer has a size limit on the message it can deliver to Kafka. Is that true?
Small JSON messages on the same topic are working fine. It doesn't even allow me to paste the entire JSON message on the Kafka Console Producer.
Thanks in advance