cmccabe commented on code in PR #12050: URL: https://github.com/apache/kafka/pull/12050#discussion_r871852945
########## core/src/main/scala/kafka/server/BrokerMetadataCheckpoint.scala: ########## @@ -102,6 +102,10 @@ class RawMetaProperties(val props: Properties = new Properties()) { } object MetaProperties { + def apply(clusterId: String, nodeId: Int): MetaProperties = { Review Comment: why do we need this? can't we just do `new MetaProperties(clusterId, nodeId)`? -- 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