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
No such configuration property: \"sasl.oauthbearer.token.endpoint.url\"
then
No such configuration property: \"sasl.oauthbearer.client.id\"
When set sasl.oauthbearer.client.id and sasl.oauthbearer.token.endpoint.url in Producer/Сonsumer config. And when set directly in the code.
OS -> Ubuntu Linux, MacOS, etc. Nuget package: Confluent.Kafka, Version=2.5.0.0 and later
Reproduces on unix OS family: local or in docker container. Works on windows.
var producerConfiguration = configuration.GetSection("ApacheKafka:Publisher").AsEnumerable(true); ProducerConfig pc = new ProducerConfig(producerConfiguration.ToDictionary<string, string>()); pc.SaslOauthbearerTokenEndpointUrl = "<url>"; pc.SaslOauthbearerClientId = "<client-id>"; //... _producer = new ProducerBuilder<string, string>(pc) .Build();
Please provide the following information:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
No such configuration property: \"sasl.oauthbearer.token.endpoint.url\"
then
No such configuration property: \"sasl.oauthbearer.client.id\"
When set sasl.oauthbearer.client.id and sasl.oauthbearer.token.endpoint.url in Producer/Сonsumer config.
And when set directly in the code.
OS -> Ubuntu Linux, MacOS, etc.
Nuget package: Confluent.Kafka, Version=2.5.0.0 and later
How to reproduce
Reproduces on unix OS family: local or in docker container.
Works on windows.
Checklist
Please provide the following information:
The text was updated successfully, but these errors were encountered: