m1a2st commented on code in PR #21005:
URL: https://github.com/apache/kafka/pull/21005#discussion_r2585756550
##########
core/src/test/scala/unit/kafka/server/ControllerApisTest.scala:
##########
@@ -652,7 +652,7 @@ class ControllerApisTest {
setResourceName("3").
setResourceType(ConfigResource.Type.BROKER.id()),
new AlterConfigsResourceResponse().
- setErrorCode(UNSUPPORTED_VERSION.code()).
+ setErrorCode(INVALID_REQUEST.code()).
Review Comment:
The controller error code should match the broker error code.
--
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]