I went through web like How can I send large messages with Kafka (over 15MB)?, but looking to understand, since Max default size of Kafka is 1 MB and will happen if producer sends more than 1 MB data (ex: 2MB) to kafka topic?
What behavior do we see ?