mumrah commented on a change in pull request #11747:
URL: https://github.com/apache/kafka/pull/11747#discussion_r804748320
##########
File path:
metadata/src/main/java/org/apache/kafka/controller/ProducerIdControlManager.java
##########
@@ -33,49 +33,50 @@
public class ProducerIdControlManager {
private final ClusterControlManager clusterControlManager;
- private final TimelineLong lastProducerId;
+ private final TimelineLong nextProducerId;
Review comment:
Probably worth adding a comment that this (TimelineLong) initializes to
zero
--
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]