ccding commented on a change in pull request #11110: URL: https://github.com/apache/kafka/pull/11110#discussion_r683068699
########## File path: core/src/main/scala/kafka/log/LogConfig.scala ########## @@ -107,46 +107,52 @@ case class LogConfig(props: java.util.Map[_, _], overriddenConfigs: Set[String] val LeaderReplicationThrottledReplicas = getList(LogConfig.LeaderReplicationThrottledReplicasProp) val FollowerReplicationThrottledReplicas = getList(LogConfig.FollowerReplicationThrottledReplicasProp) val messageDownConversionEnable = getBoolean(LogConfig.MessageDownConversionEnableProp) - val remoteStorageEnable = getBoolean(LogConfig.RemoteLogStorageEnableProp) - val localRetentionMs: Long = { - val localLogRetentionMs = getLong(LogConfig.LocalLogRetentionMsProp) + class TieredLogConfig { Review comment: Done. Thanks for the comment -- 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