Hi All, I am trying to increase my Kafka producer client throughput and for same, i was exploring server.properties file parameters.
I would like to better understand the relation between "Socket.request.max.bytes" and "Socket.receive.buffer.bytes" parameter sets in broker's server.properties file. I have seen in my project, the "Socket.request.max.bytes" set to a high value ( around 104,857,600) but the "socket.receive.buffer.bytes" is just 102400.. Based upon the description of these parameters on Apache site,I now doubt that until we increase socket.receive.buffer.bytes value, there wont be much performance gain we can get on Producer end. is my understanding correct ? Regards, Nitin Kumar Sharma.