edenhill / kcat

Generic command line non-JVM Apache Kafka producer and consumer
Other
5.45k stars 484 forks source link

Hi, same issue... #436

Open alexsyd opened 1 year ago

alexsyd commented 1 year ago
          Hi,

I backed out of a config file as I was getting "No such configuration property" only to find the same at the command line.

Please let me know If I missed something in the docs.

kcat - Apache Kafka producer and consumer tool
https://github.com/edenhill/kcat
Copyright (c) 2014-2021, Magnus Edenhill
Version 1.7.0 (JSON, Avro, Transactions, IncrementalAssign, librdkafka 1.8.2 builtin.features=gzip,snappy,ssl,sasl,regex,lz4,sasl_gssapi,sasl_plain,sasl_scram,plugins,zstd,sasl_oauthbearer)
kcat -L -b redacted \
-X security.protocol=SASL_SSL \
-X sasl.mechanism=OAUTHBEARER \
-X sasl.oauthbearer.client.id=redacted \
-X sasl.oauthbearer.client.secret=redacted \
-X sasl.oauthbearer.token.endpoint.url=redacted

% ERROR: No such configuration property: "sasl.oauthbearer.client.id"

Originally posted by @towens in https://github.com/edenhill/kcat/issues/170#issuecomment-1139410082