looks like you are referring to scala producer configs. https://kafka.apache.org/082/documentation.html#producerconfigs
scala producer is deprecated now. It will be removed in future. you can use java producer http://kafka.apache.org/documentation/#producerconfigs buffering related are configs are buffer.memory, block.on.buffer.full On Mon, Mar 27, 2017 at 3:15 PM, Mohapatra, Sudhir (Nokia - IN/Gurgaon) < sudhir.mohapa...@nokia.com> wrote: > Can you please let me know what is the new parameter name for the same > functionality to simulate the queue full scenario? > > Regards, > Sudhir > > From: Mohapatra, Sudhir (Nokia - IN/Gurgaon) > Sent: Thursday, March 23, 2017 11:01 AM > To: 'users@kafka.apache.org' <users@kafka.apache.org>; ' > d...@kafka.apache.org' <d...@kafka.apache.org> > Subject: Kafka queue full configuration > > Hi, > We are trying to simulate the kafka queue full scenarios on kafka 0.10.0. > I have seen in earlier versions there is a configuration parameter > "queue.buffering.max.messages" which can be set to simulate the queue full > scenario. > But in the kafka 0.10.0 this parameter is not there. > https://kafka.apache.org/0100/documentation.html > > Is this "queue.buffering.max.messages" config parameter has been changed > in kafka 0.10.0 release? > Can you please let me know what is the new parameter name for the same > functionality? > > Regards, > Sudhir > >