redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
https://redpanda.com
9.41k stars 577 forks source link

Support Kafka abort transactions API #9142

Open rystsov opened 1 year ago

rystsov commented 1 year ago

We already have admin API to abort "hang" transactions but

JIRA Link: CORE-1183

rystsov commented 1 year ago

It looks like the project was originally tracked there which got closed after merging https://github.com/redpanda-data/redpanda/pull/7469 despite the lack of the abort API

rystsov commented 1 year ago

I found a draft for the abort API: https://github.com/redpanda-data/redpanda/pull/7661