kcat icon indicating copy to clipboard operation
kcat copied to clipboard

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

Open omriarnon-s1 opened this issue 2 years ago • 1 comments

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?

omriarnon-s1 avatar Aug 22 '21 06:08 omriarnon-s1

Please provide the output from kafkacat -V

edenhill avatar Aug 23 '21 07:08 edenhill