Replies: 1 comment 3 replies
-
The File connectors read / write local files (plus they are also very simple when it comes to the format of the files). You would need to find connectors for what you are describing ->
I'm not sure if Google Drive has some Kafka Connect connector. For writing to a database, you would need to look for either some generic JDBC connector or for a connector for the database you need to use. The communities of those connectors should be able to provide you help with how exactly to configure them. You can also consider using some more generic integration technologies if you don't find any Kafka Connect connector such as Apache Camel. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All & Scholzj(reaching you after years :) )
I have a use case that follows 2 steps process like this
Is it possible to use KafkaConnectors over here, primarly FileStream source & sink, If YES can someone help me with the references to it, i would like to try in my Kafka cluster.
Help is appreciated
Beta Was this translation helpful? Give feedback.
All reactions