jhc-systems / debezium-connector-ibmi

Debezium Connector for IBM i (AS/400)
16 stars 12 forks source link

Package for Kafka Connect #70

Closed snxmlx closed 7 months ago

snxmlx commented 8 months ago

Hey, is there a way to package the Connector to work with Confluent Kafka Connect?

msillence commented 7 months ago

I believe it sould be possible but it's not something we have time to try

snxmlx commented 7 months ago

I managed to get it working. Ty guys for the connector.

msillence commented 7 months ago

I managed to get it working. Ty guys for the connector.

You're welcome - do you want to share what was required to make it work?

snxmlx commented 7 months ago

Not much actually. The main problem was that Confluent Java Connect is running on Java 11 by default, so one has to either use a Connect container with the right Java version or (which was what I had to do) change the Connector to compile with Java 11. Aside from that, it seems to work without a problem.