Skip to content
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

Consuming with -o beginning flag doesn't show old messages #338

Open
omriarnon-s1 opened this issue Aug 22, 2021 · 1 comment
Open

Consuming with -o beginning flag doesn't show old messages #338

omriarnon-s1 opened this issue Aug 22, 2021 · 1 comment

Comments

@omriarnon-s1
Copy link

omriarnon-s1 commented Aug 22, 2021

Hi
I'm trying to consume from a topic using Kafkacat , using the following command:

kafkacat -b *****:9093 -C -K\t -X security.protocol=SASL_SSL -X sasl.mechanisms=SCRAM-SHA-512 -X sasl.username=**** -X sasl.password=**** -t **** -o beginning

The command's response is:

% Reached end of topic **** [0] at offset 121507
% Reached end of topic **** [2] at offset 186701
% Reached end of topic **** [1] at offset 175697

So I'm not getting any of the old messages in the topic. Is there something I'm missing here?

@edenhill
Copy link
Owner

Please provide the output from kafkacat -V

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants