You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,13 @@
2
2
3
3
## Installation guide
4
4
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
+
5
8
The connector is available from either the [oss sonatype snapshot repo](https://oss.sonatype.org/content/repositories/snapshots/org/mongodb/kafka/mongo-kafka-connect/)
6
9
or [maven central](https://search.maven.org/search?q=g:org.mongodb.kafka%20AND%20a:mongo-kafka-connect).
7
10
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.
9
12
10
13
To install:
11
14
@@ -19,8 +22,8 @@ To install:
19
22
20
23
For more information on installing connectors see the official Confluent documentation.
21
24
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.
0 commit comments