hpgrahsl / kafka-connect-mongodb

**Unofficial / Community** Kafka Connect MongoDB Sink Connector -> integrated 2019 into the official MongoDB Kafka Connector here: https://www.mongodb.com/kafka-connector
Apache License 2.0
153 stars 60 forks source link

Use HTTPS for repository access #140

Closed Naros closed 1 year ago

Naros commented 1 year ago

Hi @hpgrahsl, since Maven 3.8.1, the default behavior is to block HTTP access and prefer HTTPS access for repositories. The kstreams example in the Debezium examples repository is based on this code and fails to build due to this. Could we consider applying this small change to this repository and re-tagging?

In the meantime, I am going to modify the pom in our example build steps to circumvent this for now.

hpgrahsl commented 1 year ago

Hi @Naros. Thx for reaching out and suggesting this improvement. I mean yes we might proceed like you suggest, but at the same time I think it makes a lot more sense that you switch your dependency in the DBZ examples repo to the official mongodb connector plugin. In fact my code base here was integrated back in 2018/2019 into the official one and so basically my project here is discontinued since then. Happy to hear your thoughts Chris!

Naros commented 1 year ago

Hi @hpgrahsl, if that is the case, then I agree we should use the Debezium bits. I'll take a look when I am back from DevNexus to see what all is needed to do that.

hpgrahsl commented 1 year ago

@Naros "migrating" to the official mongodb connector plugin is relatively smooth in my experience. Ideally you swap out my connector in favor of the official one and adapt the configuration. If you run into issues please let me know and I'm happy to look into it when needed.