-
Enhancement
-
Resolution: Obsolete
-
Minor
-
None
-
False
-
-
False
Feature request or enhancement
For feature requests or enhancements, provide this information, please:
Which use case/requirement will be addressed by the proposed feature?
To ease the build of personnalized docker image I suggest a little improvment on the script docker-maven-download.sh on connect-base to add an entry for Snowflake
I'll make a pull request with the related code if you are interesting by this feature
Implementation ideas (optional)
56,60d55
< maven_snowflake_plugin() {
< maven_dep $MAVEN_REPO_CENTRAL "com/snowflake" $1 $2 "snowflake-kafka-connector-$2.jar" $3
< tar -xzf "$DOWNLOAD_FILE" -C "$KAFKA_CONNECT_PLUGINS_DIR" && rm "$DOWNLOAD_FILE"
{{< }}}
<
115c110
< mkdir "$EXTERNAL_LIBS_DIR/otel"
---
> mkdir "$EXTERNAL_LIBS_DIR/otel"
148,150d142
< ;;
< "snowflake" ) shift
< maven_snowflake_plugin ${@}