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
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 pathtarget/components/packages/CelerData-starrocks-connector-for-kafka-1.0-SNAPSHOT.zip