Replies: 3 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
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.
-
In our source connector we also have a consumer that we create to monitor a command topic. And we create the kafka consumer using the properties as below:
|
Beta Was this translation helpful? Give feedback.
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