Skip to content

feat: add --read-committed flag to consume command#427

Open
malczuuu wants to merge 1 commit intobirdayz:masterfrom
malczuuu:master
Open

feat: add --read-committed flag to consume command#427
malczuuu wants to merge 1 commit intobirdayz:masterfrom
malczuuu:master

Conversation

@malczuuu
Copy link

@malczuuu malczuuu commented Mar 5, 2026

Hi!

This PR adds a --read-committed flag to the kaf consume command. By default, the consumer uses the read_uncommitted isolation level. The new flag allows switching to read_committed, which ensures that only committed transactional messages are returned.

This is useful when testing applications that rely on Kafka transactions.

Signed-off-by: Damian Malczewski <damian.m.malczewski@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant