crossplane-contrib / provider-kafka

Crossplane provider for Kafka
Apache License 2.0
30 stars 32 forks source link

Kafka connect and connectors #36

Open luisdavim opened 2 years ago

luisdavim commented 2 years ago

The https://strimzi.io/ operators allow the management of kafka connect and connectors, that works well if we're managing everything with strimzi but not so much if we're using AWS MSK for example, it would be nice if this provider had the same capabilities as strimzi.

These are the custom resources they provide: https://strimzi.io/docs/operators/in-development/overview.html#configuration-points-resources_str

marshmallory commented 2 years ago

MSK has been added, to update this thread.

eshepelyuk commented 9 months ago

Strimzi operator is perfectly creating Kafka Connect cluster and manages Kafka Connectors for MSK and other managed installations even without creating kafka cluster itself.