Skip to content

Commit

Permalink
Fixed comment on setting control plane listener only for ZK-based clu…
Browse files Browse the repository at this point in the history
…sters (strimzi#9255)

Signed-off-by: Paolo Patierno <[email protected]>
  • Loading branch information
ppatierno authored Oct 17, 2023
1 parent 7879893 commit 1f56c13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ public KafkaBrokerConfigurationBuilder withListeners(
writer.println("inter.broker.listener.name=" + REPLICATION_LISTENER_NAME);
}

// Control plane listener is on all ZooKeeper based brokers or on KRaft nodes with only the broker role (i.e. not mixed nodes)
// Control plane listener is on all ZooKeeper based brokers, it's not supported in KRaft mode
if (!useKRaft) {
writer.println("control.plane.listener.name=" + CONTROL_PLANE_LISTENER_NAME);
}
Expand Down

0 comments on commit 1f56c13

Please sign in to comment.