I'm new in kafka, I've installed kafka 10 with default configs on local. Now, i'm facing a problem. I'm producing message from console producer. If message is around 4096 Bytes. Then, it is consumed fine from console consumer. But when i increase message size from 4096 Bytes.Then, on consuming it message is truncated to around 4096 Bytes. I'm not getting the problem.
What is happening ? a) Is message is published incompletely. b) Is message is consumed incompletely.
Note : I've not done any change in default settings and i am using console producer and consumer.
Please anyone help