eolivelli opened a new issue, #19786: URL: https://github.com/apache/pulsar/issues/19786
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation If you have a pending stuck transaction the Consumers are stuck, they cannot read beyond the beginning of the transaction. You have to wait for the transaction timeout in order to see the system recover ### Solution In Kafka you have ad admin command "abortTransactions", we need something like that. https://cwiki.apache.org/confluence/display/KAFKA/KIP-664%3A+Provide+tooling+to+detect+and+abort+hanging+transactions ### Alternatives _No response_ ### Anything else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
