Note
|
This project is still in its infancy. Is it relatively stable and leverages more than a decade of Apache Camel experience and maturity. At the same time, it is in constant evolution. Almost every week new features are implemented and current ones adjusted to integrate better with both Camel and Kafka Connect. |
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.