Deploying MySQL connector w/ strimzi (kubernetes) results in CrashLoopBackOff with no logs
342 views
Skip to first unread message
sai...@gmail.com
unread,
Apr 26, 2019, 3:55:38 PM4/26/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to debezium
I'm currently attempting to deploy an instance of Kafka connect w/ the MySQL debezium plugin. I've got a kafka cluster running on k8s using strimzi. I've chosen to use the strimzi connect image and extend it to include the debezium MySQL connector jars as outlined here: https://strimzi.io/docs/master/#using-kafka-connect-with-plug-ins-str .
My Dockerfile for the connect image (simply adding the connector to the plugins):
I've followed the steps here and changed the connect image to be the custom image with the added debezium connector with no success... Has anyone here had success deploying debezium with strimzi?
sai...@gmail.com
unread,
Apr 26, 2019, 4:37:47 PM4/26/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to debezium
I'm also wondering if it would be a viable route to use the provided debezium/connect image instead of strimzi's connect. I see the debezium/connect image requires a service named zookeeper and a service named kafka; however, with strimzi the names are suffixed i.e (my-cluster-zookeeper-client)... Is there currently a way to change the expected service names for the debezium/connect image?
gunnar....@googlemail.com
unread,
Apr 29, 2019, 2:41:23 AM4/29/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to debezium
Hi,
We've instructions for setting up Debezium via Strimzi here: