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

Schema registry URL setting from control center is missing. #57

Closed Manish-Sharma2015 closed 5 years ago

Manish-Sharma2015 commented 5 years ago

Hello Team,

I tried configuring the mongoDB sink connector through Confluent Control Center. I could not see "value.converter.schema.registry.url" property to set the schema registry URL. I had to use the connect REST API to update this property at sink connector instance level.

Not sure if this is an issue or expected behavior. Please help.

hpgrahsl commented 5 years ago

Hi @Manish-Sharma2015

THX for reporting about your experience when using the sink connector from confluent control center. I have to check this myself but the property you are referring to is not even a sink connector specific one but a general kafka connect property so I'd be really surprised if that's indeed not working.

Let me know the confluent platform version so that I can verify that and see if I can reproduce your the issue.

Thx in advance!

hpgrahsl commented 5 years ago

@Manish-Sharma2015 could you maybe provide the information I was asking for? otherwise I'd suggest it makes sense to close this issue after > 2 weeks without a comment from your side.

Manish-Sharma2015 commented 5 years ago

Thanks for the response. Let me check with confluent providing this property in control center.