ijuma commented on code in PR #18384:
URL: https://github.com/apache/kafka/pull/18384#discussion_r1904497856


##########
core/src/main/scala/kafka/server/KafkaConfig.scala:
##########
@@ -526,8 +437,6 @@ class KafkaConfig private(doLog: Boolean, val props: 
util.Map[_, _])
   }
 
   /** ********* Controlled shutdown configuration ***********/
-  val controlledShutdownMaxRetries = 
getInt(ServerConfigs.CONTROLLED_SHUTDOWN_MAX_RETRIES_CONFIG)
-  val controlledShutdownRetryBackoffMs = 
getLong(ServerConfigs.CONTROLLED_SHUTDOWN_RETRY_BACKOFF_MS_CONFIG)

Review Comment:
   Or is the KRaft code using 
`ServerConfigs.CONTROLLED_SHUTDOWN_MAX_RETRIES_CONFIG`?



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

Reply via email to