redpanda-data / redpanda-data/console
Transaction support
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4.3k
- Forks
- 432
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 40
Description
It would be nice to have support for transactions, so that you can see if a given record was part of a transaction or not, and what the state of the transaction is. Being able to see the transaction id would be a bonus (not to be confused with the transactional id of the producer!).
The information is available in the __transaction_state topic, which is created the first time a producer starts using transactions.
As it stands now, we have no way of telling whether or not a record will be consumed by a consumer running with isolation level ReadComitted.
The information could be displayed in a new column, or we could get an option to filter uncomitted records, or both.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start at the record viewer and trace how the __transaction_state topic and ReadCommitted visibility could be represented; clarify whether the goal is a transaction-state column, filtering uncommitted records, transaction IDs, or some combination before defining completion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100