jsancio commented on a change in pull request #10812:
URL: https://github.com/apache/kafka/pull/10812#discussion_r658352517



##########
File path: core/src/main/scala/kafka/server/KafkaConfig.scala
##########
@@ -1049,6 +1052,7 @@ object KafkaConfig {
       .defineInternal(BrokerHeartbeatIntervalMsProp, INT, 
Defaults.BrokerHeartbeatIntervalMs, null, MEDIUM, BrokerHeartbeatIntervalMsDoc)
       .defineInternal(BrokerSessionTimeoutMsProp, INT, 
Defaults.BrokerSessionTimeoutMs, null, MEDIUM, BrokerSessionTimeoutMsDoc)
       .defineInternal(MetadataLogDirProp, STRING, null, null, HIGH, 
MetadataLogDirDoc)
+      .defineInternal(MetadataSnapshotMinNewRecordBytesProp, INT, 
Defaults.MetadataSnapshotMinNewRecordBytes, atLeast(1), HIGH, 
MetadataSnapshotMinNewRecordBytesDoc)

Review comment:
       I'll make the property that I added public. The rest we can do as part 
of this Jira/PR: https://issues.apache.org/jira/browse/KAFKA-12992




-- 
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.

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


Reply via email to