From 168038d682d9ef553da798d648cc0bf327717ed2 Mon Sep 17 00:00:00 2001 From: mike clark Date: Mon, 20 Nov 2023 10:30:18 +0000 Subject: [PATCH] Update AWS MSK download link to latest version --- examples/msk_connect/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/msk_connect/README.md b/examples/msk_connect/README.md index 27b546f0..9c8757e3 100644 --- a/examples/msk_connect/README.md +++ b/examples/msk_connect/README.md @@ -16,7 +16,7 @@ A quick summary of what's needed to connect MSK to Ably: If you're an existing MSK user and would like to forward data to Ably, the high-level steps are: * Obtain the latest plugin zip, either by: - * Downloading it [here](https://sdk.ably.com/builds/ably/kafka-connect-ably/main/kafka-connect-ably-msk-plugin/kafka-connect-ably-3.0.0-bin.zip) + * Downloading it [here](https://sdk.ably.com/builds/ably/kafka-connect-ably/main/kafka-connect-ably-msk-plugin/kafka-connect-ably-4.1.0-bin.zip) * Checking out this repo and running `mvn clean package`, the zip will be at `target/kafka-connect-ably-msk-plugin` * Put the plugin zip somewhere your MSK Connector can access it, e.g. an S3 bucket that you control * Note: MSK Connect will only download plugin binaries from S3 buckets in the same region as the connector, so