Closed cmccabe closed 1 month ago
I changed the PR slightly to simply forbid setting broker.id
to -1, rather than forbidding broker.id.generation.enable = true
. Although the latter approach is more conceptually pure, it would be more disruptive in practice. If someone has a cluster where all their broker IDs are defined, and is not using auto generation, they should not get an error even if they happen to have broker.id.generation.enable = true
.
(One thing to note is a lot of our tests set broker.id.generation.enable = true
, although almost none of them actually use it!)
control plane listeners are also not supported in KRaft mode.
Sorry that I can't catch the point. Could you please share more details to me?
control plane listeners are also not supported in KRaft mode.
Sorry that I can't catch the point. Could you please share more details to me?
The control.plane.listener.name configuration is not supported in KRaft mode
control plane listeners are also not supported in KRaft mode.