-
Notifications
You must be signed in to change notification settings - Fork 16
/
manifest.json
60 lines (48 loc) · 1.49 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"component_types": [
"sink",
"source"
],
"description": "Kafka sink and source connector for reading data from Kafka topics to MarkLogic and for reading rows from MarkLogic to Kafka topics.",
"documentation_url": "https://github.com/marklogic/kafka-marklogic-connector",
"features": {
"confluent_control_center_integration": true,
"delivery_guarantee": [],
"kafka_connect_api": true,
"single_message_transforms": true,
"supported_encodings": ["any"]
},
"license": [
{
"name": "Apache License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0",
"logo": "assets/apache_logo.png"
}
],
"logo": "assets/MarkLogic_logo.png",
"name": "kafka-marklogic-connector",
"owner": {
"logo": "assets/MarkLogic_logo.jpg",
"name": "MarkLogic Corporation",
"type": "organization",
"url": "https://www.marklogic.com/",
"username": "@CONFLUENT_USER@"
},
"requirements": [
"MarkLogic 9+ for the sink connector",
"MarkLogic 10+ for the source connector"
],
"support": {
"logo": "assets/MarkLogic_logo.jpg",
"provider_name": "MarkLogic Corporation",
"summary": "For technical support information, please see https://docs.marklogic.com/11.0/guide/release-notes/en/technical-support.html and http://help.marklogic.com.",
"url": "https://www.marklogic.com/"
},
"tags": [
"marklogic",
"streaming",
"analytics"
],
"title": "MarkLogic Kafka Connector",
"version": "@VERSION@"
}