From 82198481e9cbeedde6e60d15f134d58fbfd10d27 Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Thu, 25 Jul 2019 14:22:21 +0100 Subject: [PATCH] Docs: updated --- docs/changelog.md | 4 ++-- docs/install.md | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index c1363b79..80d7885e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,7 +3,7 @@ ## Changelog ## 0.2 - + * [[KAFKA-49](https://jira.mongodb.org/browse/KAFKA-49) Added a source record key (resume token) * [[KAFKA-44](https://jira.mongodb.org/browse/KAFKA-44) CDC handle `$v` update fields from oplog * [[KAFKA-41](https://jira.mongodb.org/browse/KAFKA-41) Fix confluent-hub zip @@ -13,7 +13,7 @@ * [[KAFKA-34](https://jira.mongodb.org/browse/KAFKA-34)] DocumentIdAdder can be anywhere in the post processors list ## 0.1 - Initial release - + * [[KAFKA-7](https://jira.mongodb.org/browse/KAFKA-7)] Added a Kafka Source Connector * Adopted Hans-Peter Grahsl's Kafka Connect MongoDB Sink Connector diff --git a/docs/install.md b/docs/install.md index 8875b8e2..66375b6a 100644 --- a/docs/install.md +++ b/docs/install.md @@ -2,10 +2,13 @@ ## Installation guide +The easiest way to install the connector is via the confluent hub. See [The install documentation]|https://www.confluent.io/hub/mongodb/kafka-connect-mongodb] +in the confluent hub for more information. + The connector is available from either the [oss sonatype snapshot repo](https://oss.sonatype.org/content/repositories/snapshots/org/mongodb/kafka/mongo-kafka-connect/) or [maven central](https://search.maven.org/search?q=g:org.mongodb.kafka%20AND%20a:mongo-kafka-connect). -The uber jar (`mongo-kafka-connect-0.1-all.jar`) contains all the dependencies required for the connector and is the simplest way to use the connector. +The uber jar (`mongo-kafka-connect-0.2-all.jar`) contains all the dependencies required for the connector. To install: @@ -19,8 +22,8 @@ To install: For more information on installing connectors see the official Confluent documentation. - - [Manually installing community connectors](https://docs.confluent.io/5.2.1/connect/managing/community.html) and - - [Configuring connectors](https://docs.confluent.io/5.2.1/connect/managing/configuring.html) for more information. + - [Manually installing community connectors](https://docs.confluent.io/5.2.2/connect/managing/community.html) and + - [Configuring connectors](https://docs.confluent.io/5.2.2/connect/managing/configuring.html) for more information. ## Migration guide