Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/camel-kafka-connector
Camel Kafka Connector allows you to use all Camel components as Kafka Connect connectors
https://github.com/apache/camel-kafka-connector
camel integration java kafka
Last synced: 5 days ago
JSON representation
Camel Kafka Connector allows you to use all Camel components as Kafka Connect connectors
- Host: GitHub
- URL: https://github.com/apache/camel-kafka-connector
- Owner: apache
- License: apache-2.0
- Created: 2019-12-04T08:39:07.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-07T03:16:05.000Z (19 days ago)
- Last Synced: 2024-12-13T14:07:35.582Z (12 days ago)
- Topics: camel, integration, java, kafka
- Language: Java
- Homepage: https://camel.apache.org
- Size: 53.2 MB
- Stars: 154
- Watchers: 30
- Forks: 102
- Open Issues: 116
-
Metadata Files:
- Readme: README.adoc
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-camel-k - Camel Kafka Connector - Camel Kafka Connector allows you to use all Camel components as Kafka Connect connectors (Uncategorized / Uncategorized)
README
= Camel Kafka Connector
image:https://img.shields.io/badge/zulip-join_chat-brightgreen.svg["Chat on Zulip", link="https://camel.zulipchat.com"]
image:https://github.com/apache/camel-kafka-connector/workflows/master%20build/badge.svg[Master Build, link="https://github.com/apache/camel-kafka-connector/actions?query=workflow%3A%22master+build%22"]== 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 http://kafka.apache.org/documentation/#connect[here].== Build the project
[source,bash]
----
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:
+
[source,bash]
----
mvn -DskipIntegrationTests=false clean verify package
----It is also possible to point the tests to use an external services. Please check the
link:./docs/modules/ROOT/pages/testing.adoc[testing guide].== Documentation
Read the https://camel.apache.org/camel-kafka-connector/latest/index.html[Official latest documentation] or try the local link:./docs/modules/ROOT/pages/user-guide/index.adoc[Getting started guide].