We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
Please provide the output from kafkacat -V
kafkacat -V
Sorry, something went wrong.
No branches or pull requests
Hi
I'm trying to consume from a topic using Kafkacat , using the following command:
The command's response is:
So I'm not getting any of the old messages in the topic. Is there something I'm missing here?
The text was updated successfully, but these errors were encountered: