Open
Description
Related problem
Currently only way one can deploy connect plugins is by rebuilding custom image either from base image or using connect CR. This image needs to be pushed to repository which needs to be maintained and rehydrate time to time to keep it upto date. This creates a TLM nightmare.
Suggested solution
It would be good to automated this without rebuilding custome image. Similar to the way confluent has done https://www.confluent.io/blog/declarative-connectors-with-confluent-for-kubernetes/ see “Automate connector plugins installation with CFK” section
Alternatives
Alternative this can be supported by defining the required plugin list and download it at runtime during connect startup.
Additional context
No response