Thoughts around a dedicated image for Kafka Connect? #11168
Replies: 2 comments 6 replies
-
Strimzi uses the binaries as produced by Apache Kafka and relies on the release and testing process done by Apache Kafka. There is no Connect-only binary provided by the Apache Kafka project and we certainly have no intention of creating our own Kafka binaries. There is also a lot of overhead connected to yet another container image to maintain, test, and release -> both in terms of the human effort as well as the requirements for the CI resources, the length of the CI runs etc. So I do not think there is any plan to do anything like that. |
Beta Was this translation helpful? Give feedback.
-
We just use binaries coming from Apache Kafka upstream which includes everything (brokers, connect and so on). |
Beta Was this translation helpful? Give feedback.
-
Hi! What are your thoughts around using a different base image for Kafka Connect - one that only has the resources needed for Kafka Connect, as opposed to everything that is needed to run Kafka?
I can't think of a significant drawback to having a dedicated base image, and see these two quite important benefits:
Curious to hear your thoughts
Beta Was this translation helpful? Give feedback.
All reactions