You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like you are using Kafka Streams. When using Kafka Streams, multl binders the way you describe are not supported. For example, you cannot consume from one cluster and publish to another cluster. It is not allowed by Kafka Streams.
Yes, I'm using Kafka-streams, and actually consumers only. Actually this config is working when I use 2 different clusters with no auth (PLAINTEXT).
And again, based on your comment - why do we need mulbinders support if we can't connect to different clusters? Coz all info/doc that I found says that it should work like this.
Hey, i'm trying to configure multiple binders to:
My application.yml:
So the main problem is that SSL confic is affecting
kafka-open
streams, looks like multiple configs is merged to signle one.Checked on spring boot 2.17.18 and 3.4.1.
The text was updated successfully, but these errors were encountered: