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 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 #170 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
Originally posted by @towens in #170 (comment)
The text was updated successfully, but these errors were encountered: