RE: Re: Kafka seems to ignore socket.receive.buffer.bytes and socket.send.buffer.bytes bytes

2024-08-22 Thread Austin Hackett
buffers are really configurable and no other mechanisms like > tuned cutting in between. > > Good luck. > OSB > > On Thu, Aug 22, 2024, 18:18 Austin Hackett > wrote: > > > Hi List > > > > I am running Kafka 3.7.1 on CentOS 7.9. > > > > I have

Kafka seems to ignore socket.receive.buffer.bytes and socket.send.buffer.bytes bytes

2024-08-22 Thread Austin Hackett
Hi List I am running Kafka 3.7.1 on CentOS 7.9. I have written a Kafka producer program in Python using confluent_kafka (which uses librdkafka). When the program is running on a machine in the same data centre as the Kafka cluster, a single producer writing 1,000 byte messages to a single topi