Home
Softono

Doris Kafka Connector

Open source Apache-2.0 Java
28
Stars
19
Forks
15
Issues
31
Watchers
4 months
Last Commit

 About Doris Kafka Connector

Kafka Connector for Apache Doris

Platforms

Web Self-hosted

Languages

Java

Need Help Installing Doris Kafka Connector?

We provide expert installation service for this software. Our team will install, configure, and secure Doris Kafka Connector on your server. plans start at just $30.

Doris Kafka Connector

View on GitHub

Doris-Kafka-Connector

Kafka Connect is a scalable and reliable tool for data transmission between Apache Kafka and other systems. Connectors can be defined Move large amounts of data in and out of Kafka.

Doris provides the Sink Connector plugin, which can write data from Kafka topics to Doris. More information about usage, please visit Doris Kafka Connector

License

Apache License, Version 2.0

How to Build

After running the following command, the jar package of Doris-Kafka-Connector will be generated in the dist directory.

sh build.sh

Note: Confluent archive zip file can be packaged through sh build.sh --confluent

Code formatting

Doris-Kafka-Connector uses the AOSP style in google-java-format version 1.7 as the formatting style of the project code.

When you need to format your code, you have two formatting options:

  • Execute sh format.sh under the project
  • Execute mvn spotless:apply under the project

After executing the above formatting command, you can use mvn spotless:check to check whether the code format meets the requirements.

Help

For additional help, please file an issue in the repository or raise a question in Apache Doris Public Slack.