cmccabe commented on code in PR #16866:
URL: https://github.com/apache/kafka/pull/16866#discussion_r1725672875
##########
metadata/src/main/java/org/apache/kafka/controller/ClusterControlManager.java:
##########
@@ -297,12 +310,17 @@ private ClusterControlManager(
this.controllerRegistrations = new TimelineHashMap<>(snapshotRegistry,
0);
this.directoryToBroker = new TimelineHashMap<>(snapshotRegistry, 0);
this.brokerUncleanShutdownHandler = brokerUncleanShutdownHandler;
+ this.nodeId = nodeId;
}
ReplicaPlacer replicaPlacer() {
return replicaPlacer;
}
+ public int nodeId() {
+ return nodeId;
+ }
Review Comment:
I'm going to remove this because we don't need it at this point
--
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]