Note
|
The project is WIP! |
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
-
docker pull confluentinc/cp-kafka:5.2.1
before launching integration testing (as a workaround to https://github.com/jboss-fuse/camel-kafka-connector/issues/56) -
run:
mvn clean verify package
You can use Camel Kafka connectors with local Apache Kafka installation. For more details see the local guide.
You can also use Camel Kafka connectors on OpenShift. For more details see the OpenShift guide.