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
I am looking for a way to consume some set of messages from my Kafka topic with a specific offset range (assume my partition has offset from 200 - 300, I want to consume the messages from offset 250-270).
could you please confirm that is there any way/attributes available to set the start and end offset to consume the messages till that point.
The text was updated successfully, but these errors were encountered:
I am looking for a way to consume some set of messages from my Kafka topic with a specific offset range (assume my partition has offset from 200 - 300, I want to consume the messages from offset 250-270).
could you please confirm that is there any way/attributes available to set the start and end offset to consume the messages till that point.
The text was updated successfully, but these errors were encountered: