Plugins for KafkaConnect #10847
Unanswered
benedictmulongo
asked this question in
Q&A
Replies: 1 comment 1 reply
-
No, as stated in the docs you have two options:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the following blog article https://strimzi.io/blog/2021/03/29/connector-build/ it is shown how to create KafkaConnect pod that automatically build an image using kaniko in the background:
My use case is a bit different because I am using kafka-connect-avro-converter & kafka-connect-s3, the version from maven are not working and the ones from confluent hub https://www.confluent.io/hub/ have many dependencies. It is possible to point the yaml config to a plugins folder where all the plugins will be automatically uploaded into the created image? This is done in the following article but they are creating the image manually https://blog.min.io/stream-data-to-minio-using-kafka-kubernetes/
I want to do something like the following:
where all the plugins /usr/share/confluent-hub-components/confluentinc-kafka-connect-s3/ are directly uploaded to the image but using Yaml and kaniko as presented in the blog article. Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions