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

Question: has this been removed from Confluent Hub? #139

Closed johnathafelix closed 1 year ago

johnathafelix commented 1 year ago

We used to install this with the following command in Docker:

FROM cnfldemos/cp-server-connect-datagen:0.6.0-7.2.1

RUN confluent-hub install --verbose --no-prompt hpgrahsl/kafka-connect-mongodb:1.1.0

But I noticed yesterday that the build fails, saying that this component was not found. Checking Confluent Hub, I cannot find it anymore. So has it been removed or has the install instructions changed?

 > [2/6] RUN confluent-hub install --verbose --no-prompt hpgrahsl/kafka-connect-mongodb:1.1.0:                                                                                                                          
#0 0.654 Running in a verbose mode                                                                                                                                                                                      
#0 0.654 Running in a "--no-prompt" mode 
#0 0.771 Client's installation type is: PACKAGE 
#0 2.921 Unable to find a component 
#0 2.921  
#0 2.921 Error: Component not found, specify either valid name from Confluent Hub in format: <owner>/<name>:<version:latest> or path to a local file 
------
failed to solve: executor failed running [/bin/sh -c confluent-hub install --verbose --no-prompt hpgrahsl/kafka-connect-mongodb:1.1.0]: exit code: 1
hpgrahsl commented 1 year ago

yes you are right. the connector has been removed from confluent hub in favor of the official mongodb connector for apache kafka. this community project isn't maintained any longer since the main code base has been integrated into the official project back in 2018/2019.

johnathafelix commented 1 year ago

@hpgrahsl Oh, okay! Thank you for your response 😄