yatsukav commented on a change in pull request #10333:
URL: https://github.com/apache/kafka/pull/10333#discussion_r595557313



##########
File path: core/src/main/scala/kafka/server/KafkaConfig.scala
##########
@@ -391,6 +392,7 @@ object KafkaConfig {
   val AdvertisedListenersProp = "advertised.listeners"
   val ListenerSecurityProtocolMapProp = "listener.security.protocol.map"
   val ControlPlaneListenerNameProp = "control.plane.listener.name"
+  val SocketNagleDisableProp = "socket.nagle.disable"

Review comment:
       I take `socket.nagle.disable` from librdkafka project. But ok, I rename 
it to `socket.tcp.no.delay`. Perhaps this is clearer. Thank you for review.
   
   I request KIP creating permission on d...@kafka.apache.org.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to