-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auto.offset.reset ignored #104
Comments
I see the answer on SO as well, please don't duplicate the stuff :-) |
@ppatierno just tried native consumer and it works as expected. |
can you post the configuration of the native consumer please? |
@ppatierno it's the exact same config I used with vertx-kafka-client. |
@owahab the |
Thanks to your awesome project, my consumer was up and running in minutes.
However, I needed to re-consume the entire queue so did a consumer-group offset reset, then started my consumer but it consumed only the last messages from the queue.
This is my config:
I tried disabling the auto commit, tried changing the consumer group but nothing worked.
What am I missing or doing wrong?
The text was updated successfully, but these errors were encountered: