kcat icon indicating copy to clipboard operation
kcat copied to clipboard

Question: Consumer group topic metadata

Open p53 opened this issue 3 years ago • 2 comments

Hi,

when doing

/usr/local/bin/kafkacat -b localhost:3000,localhost:3001,localhost:3002 -C -G mygroup funny_f72d5845-177a-46fa-ad53-008a12a8d923

i see that kafkacat is doing metadata request with empty topics in metadata request, means requesting all metadata, i cannot find code where it is doing, but it would be better if it would only request metadata of those topics?? If there would be flag for it or some automatic process, it would be great

p53 avatar Nov 05 '20 13:11 p53

What librdkafka version are you using? (kafkacat -V)

edenhill avatar Nov 05 '20 13:11 edenhill

/usr/local/bin/kafkacat -V
kafkacat - Apache Kafka producer and consumer tool
https://github.com/edenhill/kafkacat
Copyright (c) 2014-2019, Magnus Edenhill
Version 1.6.0 (JSON, Avro, Transactions, librdkafka 1.5.0 builtin.features=gzip,snappy,ssl,sasl,regex,lz4,sasl_gssapi,sasl_plain,sasl_scram,plugins,zstd,sasl_oauthbearer)

p53 avatar Nov 06 '20 12:11 p53