Hi Kafka team, How do I configure a max amount a message spend in Queue ? In old producer, there is property called queue.buffering.max.ms and it is not present in new one. Basically, if I just send one message that is less than batch size, what is amount of time message will be in local Producer Queue ?
How do I control the time a message time spent in Queue with configuration and batch size never reaches configuration limit ? Thanks, Bhavesh