Re: Kafka_2.12-1.1.0 config

2018-09-21 Thread hacker win7
bin/kafka-console-producer.sh add --producer.config your_producer.properties file. you don't add --producer.config , you still use the default value of max.request.size. sarath reddy 于2018年9月21日周五 上午12:27写道: > ++pushkar > > On Thu 20 Sep, 2018, 16:20 sarath reddy, wrote: > > > Hi Team, > > > >

Re: Kafka_2.12-1.1.0 config

2018-09-21 Thread Subash Konar
You can refer this closed issue in github . On Thu, Sep 20, 2018 at 9:57 PM sarath reddy wrote: > ++pushkar > > On Thu 20 Sep, 2018, 16:20 sarath reddy, wrote: > > > Hi Team, > > > > We are trying to configure Kafka to produce larger mess

Re: Kafka_2.12-1.1.0 config

2018-09-20 Thread sarath reddy
++pushkar On Thu 20 Sep, 2018, 16:20 sarath reddy, wrote: > Hi Team, > > We are trying to configure Kafka to produce larger messages, > > Below are the configs:- > > Server.properties > > message.max.bytes=1 > replica.fetch.max.bytes=10001 > > Producer.properties > > max.request.size