dajac commented on a change in pull request #9945:
URL: https://github.com/apache/kafka/pull/9945#discussion_r561957390



##########
File path: core/src/main/scala/kafka/server/KafkaApis.scala
##########
@@ -1246,13 +1246,15 @@ class KafkaApis(val requestChannel: RequestChannel,
       }
 
     var clusterAuthorizedOperations = Int.MinValue

Review comment:
       `-2147483648` is actually `Int.MinValue`. It would cause an error if we 
would write something different from the default value for versions < 8 and > 
10. 




----------------------------------------------------------------
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