(Submitting on behalf of a client)
.........................
We are using kafka connect cluster on kubernetes (helm charts).
However to install plugin it is recommended to extend the image provided "cp-kafka-connect-base" with the local connector. More instructions here: https://docs.confluent.io/current/connect/managing/extending.html#create-a-docker-image-containing-local-connectors
I am unable to do so with the snowflake kafka connector.
Are there any recommended work-arounds?
P.S. :
For PoC, I ran kafka connect on my local machine and added snowflake-kafka-connector jar file in the plugins directory which worked fine. But need this docker image for production deployment.