Re: Determining broker max buffer size from producer.

2018-09-06 Thread Manikumar
s being > serialized through kafka. Is there a way to do this without reading the > broker configuration (which is probably not available to my process anyway) > > > Claude > > > From: Satish Duggana > Sent: Monday, September 3, 2018 11:0

Re: Determining broker max buffer size from producer.

2018-09-04 Thread claude.war...@wipro.com
ining 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

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 0