Skip to content

Commit

Permalink
Docs: updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rozza committed Jul 25, 2019
1 parent 8b1a7ce commit 8219848
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
9 changes: 6 additions & 3 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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
Expand Down

0 comments on commit 8219848

Please sign in to comment.