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
I have a strimzi kafkaconnect working and connects and talks to my kafka cluster using SASL_SSL SCRAM-SHA-256 authentication - all good and fine so far.
I now have a schema registry that i want to connect to - the schema registry is mTLS secured so will need the client authentication.
I believe those values need to go into the following variables, which in theory i should be able to add to the config block :
I am about to test this out but wanted to double check that in theory this should work ?
And so in my connectors, I can point to my schema registry.
Thanks in advance
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a strimzi kafkaconnect working and connects and talks to my kafka cluster using SASL_SSL SCRAM-SHA-256 authentication - all good and fine so far.
I now have a schema registry that i want to connect to - the schema registry is mTLS secured so will need the client authentication.
I believe those values need to go into the following variables, which in theory i should be able to add to the
config
block :I am about to test this out but wanted to double check that in theory this should work ?
And so in my connectors, I can point to my schema registry.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions