Skip to content

Commit

Permalink
Merge pull request #166 from mclark-ably/update-msk-download-link
Browse files Browse the repository at this point in the history
Update AWS MSK download link to latest version
  • Loading branch information
ttypic authored Dec 6, 2023
2 parents 7350471 + 168038d commit fcdcd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/msk_connect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fcdcd2d

Please sign in to comment.