The issue is we build our KafkaConnect automatically via Strimzi which expects URLs to libraries we should be using: Configuring Strimzi (0.41.0) so I don’t see how we can install the CLI, this wouldn’t work in that workflow (so the issue is for production systems, not local experimentation/testing).
I guess we could explore Maven repository, but people also raised that it is not updated with the latest released artefacts: github .com /confluentinc/kafka-connect-storage-cloud/issues/758 (can’t post more than 2 links)
So I am a bit stumped how, what’s the best approach here outside the confluent platform…
If anyone else is encountering this we found a quick workaround:
Official connectors can be found here: https://www.confluent.io/hub/confluentinc/kafka-connect-s3
To wget the connector we downloaded the connector & inspected the network tab which gives the command: wget https://d2p6pa21dvn84.cloudfront.net/api/plugins/confluentinc/kafka-connect-s3/versions/10.5.13/confluentinc-kafka-connect-s3-10.5.13.zip
Whilst there is a version change it’s the best workaround we’ve found so far unless you’ve already saved the package in a S3 bucket etc to reference