Kafka Connect features include:

    • A common framework for Kafka connectors - Kafka Connect standardizes integration of other data systems with Kafka, simplifying connector development, deployment, and management
    • REST interface - submit and manage connectors to your Kafka Connect cluster via an easy to use REST API
    • Distributed and scalable by default - Kafka Connect builds on the existing group management protocol. More workers can be added to scale up a Kafka Connect cluster.