castorm / kafka-connect-http

Kafka Connect connector that enables Change Data Capture from JSON/HTTP APIs into Kafka.
https://castorm.github.io/kafka-connect-http/
Apache License 2.0
125 stars 55 forks source link

Why confluentControlCenterIntegration=false? #29

Closed joewood closed 4 years ago

joewood commented 4 years ago

Is your feature request related to a problem? Please describe. I was wondering why you've set the Confluent Control Center Integration to false? The current released version seems to work OK. Was there a specific feature or licensing issue?

https://github.com/castorm/kafka-connect-http/blob/master/pom.xml#L319

castorm commented 4 years ago

Hi @joewood, not really.

I have never used Confluent Control Center, so when I read in the documentation of that property:

Whether the component supports integration with Confluent Control Center.

I don't really know what that entails, so I cannot really assess whether the connector complies with the requirements of such integration or not.

I'm happy to turn that on if that's of any help.

Thanks, Best regards.

joewood commented 4 years ago

Hi @castorm, I'm not totally sure what the effect of that property is either. It works fine (I'm currently running it using the Kafka Operator on GKE). I'll check with Confluent and get back to you.

castorm commented 4 years ago

Closing as there seems to be no action to be taken here.