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.
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.
Read the Official latest documentation or try the local Getting started guide.