cmccabe commented on a change in pull request #10931:
URL: https://github.com/apache/kafka/pull/10931#discussion_r663430344
##########
File path: core/src/main/scala/kafka/server/BrokerServer.scala
##########
@@ -340,7 +338,8 @@ class BrokerServer(
SocketServer.DataPlaneThreadPrefix)
if (socketServer.controlPlaneRequestChannelOpt.isDefined) {
- throw new RuntimeException("KIP-291 endpoints are not supported when
in KRaft mode.")
+ throw new RuntimeException("KIP-291 control plane listeners are not
supported " +
Review comment:
ok
--
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]