Re: Determining broker max buffer size from producer.

2018-09-07 Thread Manikumar
AM > To: users@kafka.apache.org > Subject: Re: Determining broker max buffer size from producer. > > ** This mail has been sent from an external source. Treat hyperlinks and > attachments in this email with caution** > > Are you asking about the maximum message size that can be

Re: Determining broker max buffer size from producer.

2018-09-04 Thread claude.war...@wipro.com
broker max buffer size from producer. ** This mail has been sent from an external source. Treat hyperlinks and attachments in this email with caution** Are you asking about the maximum message size that can be sent from a producer? max.message.bytes is used to control that at broker/topic level

Re: Determining broker max buffer size from producer.

2018-09-03 Thread Satish Duggana
Are you asking about the maximum message size that can be sent from a producer? max.message.bytes is used to control that at broker/topic level. You can find more details at the below links. *"The largest record batch size allowed by Kafka. If this is increased and there are consumers older than

Determining broker max buffer size from producer.

2018-09-03 Thread claude.war...@wipro.com
Greetings, I have spent several hours looking through documentation and historical email chains and have been unable to find a solution to my problem. I have a case where I need to construct a producer and I need to know the broker max buffer size so that I don't get any nasty buffer too big