Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Kafka | 25,072 | 19 hours ago | 1,038 | apache-2.0 | Java | |||||
Mirror of Apache Kafka | ||||||||||
Sarama | 10,023 | 1,759 | 4 days ago | 152 | August 11, 2022 | 327 | mit | Go | ||
Sarama is a Go library for Apache Kafka. | ||||||||||
Debezium | 8,538 | 54 | 32 | a day ago | 137 | September 16, 2022 | 47 | apache-2.0 | Java | |
Change data capture for a variety of databases. Please log issues at https://issues.redhat.com/browse/DBZ. | ||||||||||
Librdkafka | 6,714 | 2 hours ago | 272 | other | C | |||||
The Apache Kafka C/C++ library | ||||||||||
Kafka Ui | 5,962 | 4 hours ago | 285 | apache-2.0 | Java | |||||
Open-Source Web UI for Apache Kafka Management | ||||||||||
Strimzi Kafka Operator | 3,867 | 2 | an hour ago | 34 | September 06, 2022 | 142 | apache-2.0 | Java | ||
Apache Kafka® running on Kubernetes | ||||||||||
Goka | 2,116 | 3 | 17 | 2 months ago | 62 | July 12, 2022 | 16 | bsd-3-clause | Go | |
Goka is a compact yet powerful distributed stream processing library for Apache Kafka written in Go. | ||||||||||
Spring Kafka | 1,904 | 1,691 | 225 | a day ago | 160 | September 19, 2022 | 47 | apache-2.0 | Java | |
Provides Familiar Spring Abstractions for Apache Kafka | ||||||||||
Kaf | 1,858 | 2 | 2 days ago | 71 | July 18, 2022 | 54 | apache-2.0 | Go | ||
Modern CLI for Apache Kafka, written in Go. | ||||||||||
Oryx | 1,796 | 16 | 2 | 2 years ago | 14 | November 25, 2018 | 1 | apache-2.0 | Java | |
Oryx 2: Lambda architecture on Apache Spark, Apache Kafka for real-time large scale machine learning |
This repository contains common Kafka code supporting Cerner's cloud-based solutions.
For Maven, add the following,
<!-- For client utilities -->
<dependency>
<groupId>com.cerner.common.kafka</groupId>
<artifactId>common-kafka</artifactId>
<version>3.0</version>
</dependency>
<!-- For connect utilities -->
<dependency>
<groupId>com.cerner.common.kafka</groupId>
<artifactId>common-kafka-connect</artifactId>
<version>3.0</version>
</dependency>
<!-- For test utilities -->
<dependency>
<groupId>com.cerner.common.kafka</groupId>
<artifactId>common-kafka-test</artifactId>
<version>3.0</version>
</dependency>
The following modules are available for use,
Please refer to the project-specific README documentation for content details.
The 3.0 release of common-kafka uses the following dependency versions.
Note that the Scala dependency is only applicable for common-kafka-test.
You are welcome to contribute to Common-Kafka.
Read our Contribution guidelines.
Copyright 2017 Cerner Innovation, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.