Replies: 2 comments 3 replies
-
You can of course build your own image instead of using the Kafka Connect Build as well -> check the docs which have a guide. But for the download links, I guess you would need to ask the connector authors. |
Beta Was this translation helpful? Give feedback.
2 replies
-
build ur own custom image and use confluent hub
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hey I'm new to Kafka and Kafka connect. Specifically I'm looking for Influxdb, and AWS kinesis connectors.
I know that in ConfluentHub they have them available
https://www.confluent.io/hub/confluentinc/kafka-connect-influxdb
https://www.confluent.io/hub/confluentinc/kafka-connect-kinesis
However I don't see an easy URL link that I can paste into the build properties of my
KafkaConnect
configuration when deploying my clustersimilar to the documentation:
I was thinking of just creating my own image, where I install the connectors I need and then tell the strimzi operator to just use that, however I just wanted to check if there was something obvious I was missing.
Any thoughts or help would be greatly appreciated, also let me know if I'm completely off base with my thinking. Very new to this ecosystem.
Beta Was this translation helpful? Give feedback.
All reactions