ccding commented on a change in pull request #11110:
URL: https://github.com/apache/kafka/pull/11110#discussion_r682281792
##########
File path: core/src/main/scala/kafka/server/KafkaConfig.scala
##########
@@ -1434,6 +1434,9 @@ class KafkaConfig(val props: java.util.Map[_, _], doLog:
Boolean, dynamicConfigO
val zkEnableSecureAcls: Boolean =
getBoolean(KafkaConfig.ZkEnableSecureAclsProp)
val zkMaxInFlightRequests: Int =
getInt(KafkaConfig.ZkMaxInFlightRequestsProp)
+ private val _tieredKafkaConfig = new RemoteLogManagerConfig(this)
Review comment:
I had a hard time naming this variable. Would `_remoteLogManagerConfig`
be better?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]