When i build this container and run it doesn't boot up. Not sure if this is a confluent container issue but if I remove the sink jar it boots up fine with other connectors.
FROM confluentinc/cp-server-connect-base:6.2.0
ENV CONNECT_PLUGIN_PATH "/usr/share/java,/usr/share/confluent-hub-components"
COPY ./data/connect-jars /usr/share/confluent-hub-components/amazon-kinesis-kafka-connector
When i build this container and run it doesn't boot up. Not sure if this is a confluent container issue but if I remove the sink jar it boots up fine with other connectors.