Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package for Kafka Connect #70

Closed
snxmlx opened this issue Dec 13, 2023 · 4 comments
Closed

Package for Kafka Connect #70

snxmlx opened this issue Dec 13, 2023 · 4 comments

Comments

@snxmlx
Copy link

snxmlx commented Dec 13, 2023

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

@msillence
Copy link
Contributor

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

@snxmlx
Copy link
Author

snxmlx commented Feb 6, 2024

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

@snxmlx snxmlx closed this as completed Feb 6, 2024
@msillence
Copy link
Contributor

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
Copy link
Author

snxmlx commented Feb 6, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants