Hello, I have a weird bug that I'm trying to figure out. I'm trying to send a 30+ MB message through Kafka, but it keeps giving me a MessageSizeTooLargeException. I did change the max.message.size property on the producer to be 50MB (50 * 1024 * 1024). Is there something I'm missing? The consumer is also set to accept messages up to the same size.
Kafka 0.6.0 Thanks. Casey