fvaleri commented on code in PR #14847: URL: https://github.com/apache/kafka/pull/14847#discussion_r1580757743
########## metadata/src/main/java/org/apache/kafka/metadata/properties/MetaProperties.java: ########## @@ -47,7 +47,7 @@ public final class MetaProperties { /** * The property that specifies the node id. Replaces broker.id in V1. */ - static final String NODE_ID_PROP = "node.id"; + public static final String NODE_ID_PROP = "node.id"; Review Comment: Ok, agreed. -- 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