Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.42 KB

README.adoc

File metadata and controls

38 lines (29 loc) · 1.42 KB

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