I am getting the following error
org.apache.kafka.common.errors.RecordTooLargeException: The message is 196773 bytes when serialized which is larger than the total memory buffer you have configured with the buffer.memory configuration"
But the buffer.memory in my producer config is 10485760
Not sure why? Thanks