Hi guys,
Ok, I’ve proved this and it was fine.
Thanks
> On Jan 19, 2015, at 19:10, Joe Stein wrote:
>
> If you increase the size of the messages for producing then you **MUST** also
> change *replica.fetch.max.bytes i*n the broker* server.properties *otherwise
> none of your replicas will be a
If you increase the size of the messages for producing then you **MUST** also
change *replica.fetch.max.bytes i*n the broker* server.properties *otherwise
none of your replicas will be able to fetch from the leader and they will
all fall out of the ISR. You also then need to change your consumers
*
(duplicating the github answer for reference)
Hi Eduardo,
the default maximum fetch size is 1 Meg which means your 2 Meg messages
will not fit the fetch request.
Try increasing it by appending -X fetch.message.max.bytes=400 to your
command line.
Regards,
Magnus
2015-01-19 17:52 GMT+01:00 E