I am using Kafka MSK in AWS. So we don't have native kafka connect with all required connectors like on confluent. Actually I work with kakfa mongo connector and I want to find a way to push the kafka mongo connector jar to an on an instance of kafka MSK cluster. The path to which the jar will be pushed is the plugins.path as defined in the properties of the used connector.
ANy way to make it please ?