apovzner commented on a change in pull request #8768: URL: https://github.com/apache/kafka/pull/8768#discussion_r452507990
########## File path: core/src/main/scala/kafka/network/SocketServer.scala ########## @@ -1308,18 +1410,27 @@ class ConnectionQuotas(config: KafkaConfig, time: Time) extends Logging { val value = maxConnections(configs) if (value <= 0) throw new ConfigException("Invalid max.connections $listenerMax") Review comment: yes, good catch. Fixed. ---------------------------------------------------------------- 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