Replies: 1 comment 1 reply
-
What you describe is the default behaviour of librdkafka ( |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I currently read low and high watermark offsets for each topic partition, and then consume exact ranges. However, sometimes the messages are not yet committed by the producer, so I'd like to add logic to stop short of reading that message.
@edenhill Is there a way to do that? essentially i would like to read the offset of earliest uncommitted and un-aborted transaction by the producer. i was reading rd_kafka_committed(), but I came to the realization that maybe it has to do with consumer group offsets, rather than producer.
Beta Was this translation helpful? Give feedback.
All reactions