ches / docker-kafka

Apache Kafka on Docker
https://hub.docker.com/r/ches/kafka/
146 stars 137 forks source link

Add a configuration option for message.max.bytes and replica.fetch.max.bytes #50

Closed psionikangel closed 6 years ago

psionikangel commented 6 years ago

Hi,

First let me start by saying thank you for taking the time to create and maintain this Docker image for Kafka. We are currently moving forward with using this image in particular and it would be helpful to be able to configure the max message size that the broker accepts.

The following PR does the changes to the repo to achieve this. I have tested this internally and it works for us.

If you have a bit of time to review it, maybe we can merge them in.

Regards,

ches commented 6 years ago

Looks good, thanks for the contribution! I will try to make tagged releases catching up the recent Kafka versions this image is missing, which version of Kafka do you need with this setting available for configuring?

psionikangel commented 6 years ago

We are currently using kafka 0.10.2.1 which incidentally was also the default version you were using.

Thanks for merging!