mjsax opened a new pull request, #15315: URL: https://github.com/apache/kafka/pull/15315
Kafka Streams should not crash if a task is closed dirty. This is a hotfix to catch/swallow an IllegalStateException from `producer.abortTrandsaction()` on the close-dirty clean-up path. A proper fix would be to not call `abortTransaction()` for this particular case. -- 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