Replies: 2 comments 3 replies
-
@scholzj/anyone, |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hello @varma519 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Unable to bring kafkaconnector with secure schema registry.
Config trail-1
Followed steps at https://github.com/strimzi/strimzi-kafka-operator/blob/main/documentation/api/io.strimzi.api.kafka.model.connect.ExternalConfiguration.adoc#volumes.
Kafkaconnect pod has below error:
Here is the snapshot of config:
Here is connector config,
I changed config like below to address 'NoSuchFileException'
Config trail-2
Pod log still has schema issue, but path issue is not sure and avroconverterconfig looks fine.
Our Schema registry is secure. I am able to reach to Schema registry with curl from kafka-connect pod. So, no connection issue.
jks files are content encoded with base64 for keystore and truststore.
Does connector really able to read the certs? does it still has certs config issue or am i missing any other config ?
Beta Was this translation helpful? Give feedback.
All reactions