Skip to content

Is there a good way to manage Strimzi Kafka Connect Cluster and Connector in production? #9783

Answered by scholzj
Haebuk asked this question in Q&A
Discussion options

You must be logged in to vote

The resources are configured in the KafkaConnect custom resource. You can change them by editing it. Whether to run multiple connects with one or few connectors each or one Connect cluster with many connectors - that is usually a complicated discussion where the outcome is more about your opinion and not facts and everyone prefers something else.

For example, one Connect cluster with many connectors is usually slightly more efficient as the Connect overhead (JVM, running the orchestration layer etc.) is shared between many connectors. On the other hand, there is no proper isolation between the connectors, no advanced scheduling or per-connector resources (the resources of the Connect clus…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Haebuk
Comment options

@scholzj
Comment options

Answer selected by Haebuk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants