StarRocks / starrocks-connector-for-kafka

Apache License 2.0
7 stars 12 forks source link

[Tool] Add kafka-connect-maven-plugin to generate Confluent Hub component archive #31

Open banmoy opened 2 months ago

banmoy commented 2 months ago

To integrate with Confluent Hub, need to generate Confluent Hub Component archive. According to the specification, we can use kafka-connect-maven-plugin to generate it automatically, so we add it to the pom file. To use it, just run mvn clean package, and you can find the archive under the path target/components/packages/CelerData-starrocks-connector-for-kafka-1.0-SNAPSHOT.zip