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

Version 1.4.0 on Confluent Hub #120

Closed srolija closed 4 years ago

srolija commented 4 years ago

It seems that the latest version was only released to Maven is there any reason it was not released on the Confluent Hub as well?

Thanks for the great library!

hpgrahsl commented 4 years ago

Hi @srolija THX for reaching out and your kind words!

It's a bit unfortunate that so far version 1.4.0 was never published to the HUB. I'm already in touch with the folks from Confluent and it should be released at the HUB rather soon. Will keep you posted!

As always I'm happy to learn about your use case for the sink connector. So maybe you can share what you are doing with it in your projects. You can reach out also via email if you want.

hpgrahsl commented 4 years ago

and v1.4.0 is published to the HUB as well. so grab it from there anytime you need it :) https://www.confluent.io/hub/hpgrahsl/kafka-connect-mongodb

srolija commented 4 years ago

Great, thanks a lot! :)

We are trying to get it running in combination with https://github.com/blueapron/kafka-connect-protobuf-converter to get quick and dirty solution for logging of proto messages for some debugging queries.