Replies: 1 comment 4 replies
-
The second way is the right way how to do this. The first one should work as well, but it might cause problems if you add additional connectors into
I guess without that, Connect might not see the connector. So I guess you should try to change the permissions on these files. |
Beta Was this translation helpful? Give feedback.
4 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.
-
I'm deploying KafkaCluster, KafkaConnect on K8s by using Strimzi.
I'm trying to setting KafkaConnector which connects to Postgres DB.
These are my steps:
Build a new KafkaConnect from this image 'quay.io/strimzi/kafka:0.26.1-kafka-3.0.0' (I followed this guide). This new image has plugin which I download from this link
I run this new image on K8s, then exec into KafkaConnect container. It has plugin correctly ('/opt/kafka/plugins/debezium/debezium-connector-postgres'):

I create KafkaConnector which refers to class 'io.debezium.connector.postgresql.PostgresConnector':
Update
Thank you all.
Beta Was this translation helpful? Give feedback.
All reactions