Replies: 1 comment
-
The artifacts that should work together, they should be part of a single plugin. The way you have it now, is that they each form a different connector plugin and will be loaded into its own separate classpath. |
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
-
We're experiencing an issue with a JDBC Sink Connector in our Strimzi-based Kafka Connect setup. The connector is failing to find the PostgreSQL JDBC driver, despite our attempts to include it in the Kafka Connect image.
When we deploy our KafkaConnector resource, we get the following error:
Our KafkaConnect resource includes the following configuration to download the necessary JARs:
Beta Was this translation helpful? Give feedback.
All reactions