/common-kafka

Common utilities for Apache Kafka

Primary LanguageJavaApache License 2.0Apache-2.0

Common Kafka

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>1.2</version>
</dependency>
<!-- For admin utilities -->
<dependency>
    <groupId>com.cerner.common.kafka</groupId>
    <artifactId>common-kafka-admin</artifactId>
    <version>1.2</version>
</dependency>
<!-- For connect utilities -->
<dependency>
    <groupId>com.cerner.common.kafka</groupId>
    <artifactId>common-kafka-connect</artifactId>
    <version>1.2</version>
</dependency>
<!-- For test utilities -->
<dependency>
    <groupId>com.cerner.common.kafka</groupId>
    <artifactId>common-kafka-test</artifactId>
    <version>1.2</version>
</dependency>

Project Inventory

The following modules are available for use,

Please refer to the project-specific README documentation for content details.

Version Requirements

The 1.0 release of common-kafka requires the following dependency versions.

Note that the Scala and ZooKeeper dependencies are only applicable for common-kafka-admin and common-kafka-test.

Contribute

You are more than welcome to Contribute to Common-Kafka.

Read our Contribution guidelines.

License

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.