Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.13 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.13 KB

Huawei Cloud DIS Kafka Adapter

The Huawei Cloud DIS Kafka Adapter help Java developers to easily migrate from Kafka to Huawei Cloud DIS using DIS Java SDK. You can get started in minutes using Maven.

Quick Links:

Getting Started

Requirements

To run the SDK you will need Java 1.6+.

Install the Kafka Adapter

The recommended way to use the DIS Kafka Adapter in your project is to consume it from Maven.

Specify the SDK Maven dependency

<dependency>
    <groupId>com.huaweicloud.dis</groupId>
    <artifactId>huaweicloud-dis-kafka-adapter</artifactId>
    <version>1.2.17</version>
    <scope>compile</scope>
</dependency>

Building From Source

Once you check out the code from GitHub, you can build it using Maven:

mvn clean install

License

Apache License 2.0