Skip to content

Commit 47e7521

Browse files
committed
Merge remote-tracking branch 'remotes/personal/master' into develop
2 parents cfd6591 + a02e836 commit 47e7521

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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. |

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.marklogic
2-
version=1.1.0-SNAPSHOT
2+
version=1.1.0
33

44
# For the Confluent Connector Archive
55
componentOwner=marklogic

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)