Technoboy- commented on code in PR #24800: URL: https://github.com/apache/pulsar/pull/24800#discussion_r2389713791
########## conf/broker.conf: ########## @@ -330,6 +330,37 @@ maxTopicsPerNamespace=0 # The maximum number of connections in the broker. If it exceeds, new connections are rejected. brokerMaxConnections=0 +# It relates to configuration "WriteBufferHighWaterMark" of Netty Channel Config. If the number of bytes +# queued in the write buffer exceeds this value, channel writable state will start to return "false". +pulsarChannelWriteBufferHighWaterMark=65536 Review Comment: Why is this field not named `nettyChannelWriteBufferHighWaterMark`? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
