Skip to content

ixzc/doris-kafka-connector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 plug-in, 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

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.

About

Kafka Connector for Apache Doris

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.2%
  • Shell 1.8%