All Projects → apache → Camel Kafka Connector

apache / Camel Kafka Connector

Licence: apache-2.0
Camel Kafka Connector allows you to use all Camel components as Kafka Connect connectors

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Camel Kafka Connector

Sitewhere
SiteWhere is an industrial strength open-source application enablement platform for the Internet of Things (IoT). It provides a multi-tenant microservice-based infrastructure that includes device/asset management, data ingestion, big-data storage, and integration through a modern, scalable architecture. SiteWhere provides REST APIs for all system functionality. SiteWhere provides SDKs for many common device platforms including Android, iOS, Arduino, and any Java-capable platform such as Raspberry Pi rapidly accelerating the speed of innovation.
Stars: ✭ 788 (+1150.79%)
Mutual labels:  kafka, integration
Kafka Storm Starter
Code examples that show to integrate Apache Kafka 0.8+ with Apache Storm 0.9+ and Apache Spark Streaming 1.1+, while using Apache Avro as the data serialization format.
Stars: ✭ 728 (+1055.56%)
Mutual labels:  kafka, integration
Kalium
Kalium: a reactive framework for micro-services
Stars: ✭ 53 (-15.87%)
Mutual labels:  kafka
Kattlo Cli
Kattlo CLI Project
Stars: ✭ 58 (-7.94%)
Mutual labels:  kafka
Zaneperfor
前端性能监控系统,消息队列,高可用,集群等相关架构
Stars: ✭ 1,085 (+1622.22%)
Mutual labels:  kafka
Springboot
SpringBoot 整合各类框架和应用
Stars: ✭ 54 (-14.29%)
Mutual labels:  kafka
Model Serving Tutorial
Code and presentation for Strata Model Serving tutorial
Stars: ✭ 57 (-9.52%)
Mutual labels:  kafka
Rafka
Kafka proxy with a simple API, speaking the Redis protocol
Stars: ✭ 49 (-22.22%)
Mutual labels:  kafka
Ansible Playbook
Ansible playbook to deploy distributed technologies
Stars: ✭ 61 (-3.17%)
Mutual labels:  kafka
Neo4j Tableau
Neo4j Tableau Integration via WDC
Stars: ✭ 56 (-11.11%)
Mutual labels:  integration
Spring Cloud Stream Demo
Simple Event Driven Microservices with Spring Cloud Stream
Stars: ✭ 58 (-7.94%)
Mutual labels:  kafka
Flume Canal Source
Flume NG Canal source
Stars: ✭ 56 (-11.11%)
Mutual labels:  kafka
Hangfire.autofac
Hangfire job activator based on Autofac IoC container
Stars: ✭ 54 (-14.29%)
Mutual labels:  integration
Commonx
基础框架
Stars: ✭ 57 (-9.52%)
Mutual labels:  kafka
Pretendyourexyzzy
A web clone of the card game Cards Against Humanity.
Stars: ✭ 1,069 (+1596.83%)
Mutual labels:  kafka
Karamel
Kafka Browser that supports standalone Kafka and Strimzi operator
Stars: ✭ 61 (-3.17%)
Mutual labels:  kafka
Burrowx
Kafka consumer lag monitor
Stars: ✭ 50 (-20.63%)
Mutual labels:  kafka
Ssm
销售系统项目,spring+spring mvc+mybatis+dubbo+kafka+redis+maven
Stars: ✭ 55 (-12.7%)
Mutual labels:  kafka
Adrestia
APIs & SDK for interacting with Cardano.
Stars: ✭ 56 (-11.11%)
Mutual labels:  integration
Awesome Kafka
Stars: ✭ 61 (-3.17%)
Mutual labels:  kafka

= 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 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 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/getting-started.adoc[Getting started guide].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].