dajac commented on code in PR #14384:
URL: https://github.com/apache/kafka/pull/14384#discussion_r1341872411


##########
clients/src/main/java/org/apache/kafka/common/PartitionInfo.java:
##########
@@ -20,6 +20,7 @@
  * This is used to describe per-partition state in the MetadataResponse.
  */
 public class PartitionInfo {
+    public static final int UNKNOWN_LEADER_EPOCH = -1;

Review Comment:
   I think that `PartitionInfo` is a public class so I would not add this here.



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to