Introduction
Kafka Connect helps move data between Kafka and other systems automatically. It solves the problem of writing custom code to connect databases, files, or other services to Kafka.
When you want to copy data from a database into Kafka without writing code
When you need to export Kafka data to a search engine like Elasticsearch
When you want to stream data from files or logs into Kafka topics
When you want to keep data synchronized between Kafka and external systems
When you want to run connectors in a scalable and fault-tolerant way