Closed Naros closed 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!
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.
@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.
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.