You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using ReadMessage with IsolationLevel set to ReadCommitted, I appear to be getting back records from uncommitted transactions.
Kafka Version
Kafka 3.6/3.7
kafka-go 0.4.47
What version(s) of Kafka are you testing against?
What version of kafka-go are you using?
To Reproduce
I don't have exact repro steps, as I'm using Flink to produce the data - but I think this is likely reproducible be producing data in a transaction and then skipping committing it.
Describe the bug
When using
ReadMessage
withIsolationLevel
set toReadCommitted
, I appear to be getting back records from uncommitted transactions.Kafka Version
Kafka 3.6/3.7
kafka-go 0.4.47
To Reproduce
I don't have exact repro steps, as I'm using Flink to produce the data - but I think this is likely reproducible be producing data in a transaction and then skipping committing it.
Expected Behavior
I expect to only see data from committed transactions, or at a minimum have this behavior be configurable.
The text was updated successfully, but these errors were encountered: