hachikuji commented on code in PR #14861:
URL: https://github.com/apache/kafka/pull/14861#discussion_r1408670312
##########
core/src/main/scala/kafka/server/ControllerApis.scala:
##########
@@ -802,16 +798,13 @@ class ControllerApis(
createPartitionsRequest.data(),
filterAlterAuthorizedTopics)
future.handle[Unit] { (responses, exception) =>
- if (exception != null) {
Review Comment:
@dajac Do you know why this case was handled inconsistently? In the case of
an error, which quota should we hit?
--
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]