alex
alex

Reputation: 2213

Is it possible to install Confluents open source version of Kafka Connect to work with non-confluent platform (plain open source Kafka)?

I have a Kafka cluster that I work with which is managed by my team and runs on Kubernetes. We want to install the Kafka connect via helm into our cluster to work with our Kafka. This Kafka we are running is NOT the confluent platform Kafka. Is there a good way to do this? I was wondering if this would work cp-helm-charts. Will using the confluentinc Kafka connect container be compatible with my Kafka cluster that is on non-confluent platform?

Upvotes: 0

Views: 152

Answers (1)

OneCricketeer
OneCricketeer

Reputation: 191738

Kafka Connect has never been labelled as a Confluent Platform exclusive product.

The Framework is entirely Apache 2.0 Licensed and Open Source.

Similarly, "Confluent Platform Kafka" is just Apache Kafka

Upvotes: 1

Related Questions