Skip to content

Commit 8219848

Browse files
committed
Docs: updated
1 parent 8b1a7ce commit 8219848

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

docs/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Changelog
44

55
## 0.2
6-
6+
77
* [[KAFKA-49](https://jira.mongodb.org/browse/KAFKA-49) Added a source record key (resume token)
88
* [[KAFKA-44](https://jira.mongodb.org/browse/KAFKA-44) CDC handle `$v` update fields from oplog
99
* [[KAFKA-41](https://jira.mongodb.org/browse/KAFKA-41) Fix confluent-hub zip
@@ -13,7 +13,7 @@
1313
* [[KAFKA-34](https://jira.mongodb.org/browse/KAFKA-34)] DocumentIdAdder can be anywhere in the post processors list
1414

1515
## 0.1 - Initial release
16-
16+
1717
* [[KAFKA-7](https://jira.mongodb.org/browse/KAFKA-7)] Added a Kafka Source Connector
1818
* Adopted Hans-Peter Grahsl's Kafka Connect MongoDB Sink Connector
1919

docs/install.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
## Installation guide
44

5+
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]
6+
in the confluent hub for more information.
7+
58
The connector is available from either the [oss sonatype snapshot repo](https://oss.sonatype.org/content/repositories/snapshots/org/mongodb/kafka/mongo-kafka-connect/)
69
or [maven central](https://search.maven.org/search?q=g:org.mongodb.kafka%20AND%20a:mongo-kafka-connect).
710

8-
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.
11+
The uber jar (`mongo-kafka-connect-0.2-all.jar`) contains all the dependencies required for the connector.
912

1013
To install:
1114

@@ -19,8 +22,8 @@ To install:
1922

2023
For more information on installing connectors see the official Confluent documentation.
2124

22-
- [Manually installing community connectors](https://docs.confluent.io/5.2.1/connect/managing/community.html) and
23-
- [Configuring connectors](https://docs.confluent.io/5.2.1/connect/managing/configuring.html) for more information.
25+
- [Manually installing community connectors](https://docs.confluent.io/5.2.2/connect/managing/community.html) and
26+
- [Configuring connectors](https://docs.confluent.io/5.2.2/connect/managing/configuring.html) for more information.
2427

2528

2629
## Migration guide

0 commit comments

Comments
 (0)