I'm learning Kafka and, while doing a simple exercise, I received the error MessageSizeTooLargeError. The problem is that the message sent by producer to consumer is too big.
I tried to change some parameters into configuration files but I didn't resolve the problem.
Thanks in advance.
EDIT: I've resolved the problem, changing some parameters