-
I am trying to make stream work with Schema registry which requires basic authentication to connect. I wonder how to provide that config. I am trying with Add but no luck.
I end up with error regardless if I add user info or not |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @RPalejiya, Yes it's normal. This settings will be available in next release (1.2.0, planned January 2022). Regards, |
Beta Was this translation helpful? Give feedback.
Hi @RPalejiya,
Yes it's normal. This settings will be available in next release (1.2.0, planned January 2022).
It's also available on develop branch on my repository : https://github.com/LGouellec/kafka-streams-dotnet/blob/669eaaad0169b8726582af98dc5edf9da384797b/core/SchemaRegistryConfig.cs#L66
You can clone my repo just for test.
Regards,