Replies: 9 comments 28 replies
-
You should probably start by sharing the full logs from the operator as well as from the Connect pod. |
Beta Was this translation helpful? Give feedback.
-
Operator logs:
|
Beta Was this translation helpful? Give feedback.
-
I tried another connect with annotation removed. Connect starts but when I add a connector, get below error in operator:
|
Beta Was this translation helpful? Give feedback.
-
Kafka connect logs:
|
Beta Was this translation helpful? Give feedback.
-
This is the generated networkpolicy:
|
Beta Was this translation helpful? Give feedback.
-
Generated operator pod description:
|
Beta Was this translation helpful? Give feedback.
-
Okay, this was a mis-statement. As I had multiple connectors, some with annotation and some without, I got confused. So, it did work earlier with annotation only. So, I still am trying to investigate regarding the network policy as that seems to be the probable cause. |
Beta Was this translation helpful? Give feedback.
-
After disabling network policy creation, both the connect and connector resource are starting up. |
Beta Was this translation helpful? Give feedback.
-
sorry for bothering me, Now I have changed the configuration to connect to kafka (it can connect)
but when I start configuring bedezium to be able to call postgres, debezium logs say "Producer clientId=vcr-cdc-sandbox] Failed authentication with kafka-03.sbkafka.hehe.vn/172.26.x.x (channelId=-3 ) (SSL handshake failed" Here is my config:
I have had this error for 2 3 days today and have not found a solution, can you help me? I thank you. |
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.
-
I am using the Operator to create a Kafka cluster. I created new Kafka connect as below:
The state is never ready:
Why is it calling the `api' endpoint (debezium-connect-api.test.svc.cluster.local) instead of the normal endpoint(debezium-connect.test.svc.cluster.local) ?
If I remove the annotation
strimzi.io/use-connector-resources: "true"
, then the resource starts successfully.However, when I try to now add KafkaConnector resource, it fails with error that the annotation is missing
Beta Was this translation helpful? Give feedback.
All reactions