streamthoughts / jikkou

The Open source Resource as Code framework for Apache Kafka. Jikkou helps you implement GitOps for Kafka at scale!
https://www.jikkou.io/
Apache License 2.0
207 stars 20 forks source link

Using Jikkou to manage kafka-connectors without managing kafka-connect #370

Closed arnoldyahad closed 8 months ago

arnoldyahad commented 8 months ago

Hey, We want to start using JIkkou for managing in-code our kafka-connectors. We already have deployments for our kafka-connect services and we don't want to use Jikkou(or any other solution) to manage our kafka-connect.

same as mentioned on strimzi (https://github.com/orgs/strimzi/discussions/9360) we want to have a solution only to manage kafka-connectors in code.

Is it possible to do with Jikkou? (to have my own deployed kafka-connect service and only managed the kafka-connectots with jikkou)

fhussonnois commented 8 months ago

Hi @arnoldyahad, Jikkou is actually designed to manage only Kafka Connectors (Kafka Connect clusters being something more infrastructure-related). Here is a blog post about managing kafka connectors with jikkou: https://medium.com/@fhussonnois/kafka-connect-jikkou-easily-manage-kafka-connectors-d4dd2b8a560c