Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Why do you need the password? I think you should in the first place expert what are you trying to do. Then you might get some suggestion how to best address it. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
In my source connector I create my own kafka consumer using the config provided to poll a topic. It was working fine in 0.45 and throws error in 0.46.1 with keystore password was incorrect, complete error below. I see that in 0.45 we can see the password compared to 0.46.1 where the password has ${strimzienv:CERTS_STORE_PASSWORD}. I probably have to update my kafka consumer config to read this value, may I know how do i do this? Let me know if more info is required. Thanks.
Basically I need a way to get the password to the truststore in my kafka consumer client.
I noticed the following difference in the properties.
0.45 /tmp/strimzi-connect.properties
0.46.1 /tmp/strimzi-connect.properties
Error
Beta Was this translation helpful? Give feedback.
All reactions