Skip to content

Commit 41312bd

Browse files
committed
Updated the manifest for the Confluent Hub Archive and fixed some formatting in the README.
1 parent 2ee7860 commit 41312bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ When a document is received and written by the connector, you'll see logging lik
6161
| Property | Default Value | Description |
6262
|:-------- |:--------------|:------------|
6363
| name | marklogic-sink | The name of the connector |
64-
| connector.class | com.marklogic.kafka.connect.sink.MarkLogicSinkConnector | The FQ name of the connector class |
64+
| connector.class | <div>com.marklogic.kafka.connect.</div>sink.MarkLogicSinkConnector | The FQ name of the connector class |
6565
| tasks.max | 1 | The maximum number of concurrent tasks |
6666
| topics | marklogic | The name of the topic(s) to subscribe to |
6767
| ml.connection.host | localhost | A MarkLogic host to connect to. The connector uses the Data Movement SDK, and thus it will connect to each of the hosts in a cluster. |

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"sink"
44
],
55

6-
"description": "This is a Kafka connector for subscribing to Apache Kafka topics, receiving message from the topics, and loading the messages into MarkLogic.\nIt is built off of the Kafka Connect framework, and therefore automatically supports pluggable encoding converters, single message transforms, and other useful features.\nMarkLogic 9+ is required.",
6+
"description": "This is a Kafka connector for subscribing to Apache Kafka topics, receiving messages from the topics, and loading the messages into MarkLogic.\nIt is built off of the Kafka Connect framework, and therefore automatically supports pluggable encoding converters, single message transforms, and other useful features.\nMarkLogic 9+ is required.",
77

8-
"documentation_url": "https://github.com/BillFarber/kafka-marklogic-connector",
8+
"documentation_url": "https://github.com/marklogic-community/kafka-marklogic-connector",
99

1010
"features": {
1111
"confluent_control_center_integration": true,

0 commit comments

Comments
 (0)