Replies: 1 comment
-
You can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all. I'm attempting to write a script that will consume the most recent message in a given topic. This is part of a integration test, which will attempt to verify that a given message was produced, and verify that the same message was consumed.
I'm noticing that the offsets are not sequential, which is impacting the order in which messages are received.
Is there any way using this library to poll only for a specific message?
Beta Was this translation helpful? Give feedback.
All reactions