jolshan commented on code in PR #12501: URL: https://github.com/apache/kafka/pull/12501#discussion_r952934587
########## core/src/main/scala/kafka/server/KafkaConfig.scala: ########## @@ -534,6 +537,9 @@ object KafkaConfig { val TransactionsAbortTimedOutTransactionCleanupIntervalMsProp = "transaction.abort.timed.out.transaction.cleanup.interval.ms" val TransactionsRemoveExpiredTransactionalIdCleanupIntervalMsProp = "transaction.remove.expired.transaction.cleanup.interval.ms" + val ProducerIdExpirationMsProp = "producer.id.expiration.ms" + val ProducerIdExpirationCheckIntervalMsProp = "producer.id.expiration.check.ms" Review Comment: Ah thanks -- missed this one. -- 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