Skip to content

Camel Kafka Connector allows you to use all Camel components as Kafka Connect connectors

License

Notifications You must be signed in to change notification settings

apache/camel-kafka-connector

Camel Kafka Connector

Chat on Zulip Master Build

Introduction

Note

This project is mostly based on the Kamelets catalog we are providing in https://github.com/apache/camel-kamelets The connectors released in this repository are based on Kamelets catalog.

This is a "Camel Kafka connector adapter" that aims to provide a user-friendly way to use all Apache Camel components in Kafka Connect. For more information about Kafka Connect take a look here.

Build the project

mvn clean package

Run integration tests

To run the integration tests it is required to:

  • have Docker version 17.05 or higher running

  • then run:

    mvn -DskipIntegrationTests=false clean verify package

It is also possible to point the tests to use an external services. Please check the testing guide.

Documentation