[ https://issues.apache.org/jira/browse/KAFKA-9071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16986351#comment-16986351 ]
ASF GitHub Bot commented on KAFKA-9071: --------------------------------------- despondency commented on pull request #7767: KAFKA-9071 transactional.id.expiration.ms config value should be impl… URL: https://github.com/apache/kafka/pull/7767 transactional.id.expiration.ms config value should be implemented as a Long ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) ---------------------------------------------------------------- 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 > transactional.id.expiration.ms config value should be implemented as a Long > --------------------------------------------------------------------------- > > Key: KAFKA-9071 > URL: https://issues.apache.org/jira/browse/KAFKA-9071 > Project: Kafka > Issue Type: Improvement > Components: config > Affects Versions: 2.3.0 > Reporter: Joost van de Wijgerd > Assignee: Mario Georgiev > Priority: Major > > Currently the value of this config parameter is limited to MAX_INT > effectively limiting the transactional id expiration to ~ 25 days. This is > causing some issues for us on our Acceptance environment (which is not used > that often / heavily) where our transactional services will start failing > because if this issue. > I believe best practice for millisecond values should be to implement them as > a Long and not as an Integer > this is currently the max value: transactional.id.expiration.ms=2147483647 > while I would like to set it to: transactional.id.expiration.ms=31540000000 > (i.e. 1 year) -- This message was sent by Atlassian Jira (v8.3.4#803005)