-
-
Notifications
You must be signed in to change notification settings - Fork 38
/
manifest.json
49 lines (49 loc) · 1.3 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
{
"component_types": [
"source"
],
"description": "This is a connector for getting data out of Elasticsearch into Apache Kafka.",
"documentation_url": "https://github.com/DarioBalinzo/kafka-connect-elasticsearch-source",
"features": {
"confluent_control_center_integration": true,
"delivery_guarantee": [
"at_least_once"
],
"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.gif"
}
],
"name": "kafka-connect-elasticsearch-source",
"owner": {
"logo": "assets/dariobalinzo.png",
"name": "Dario Balinzo",
"type": "user",
"url": "https://github.com/DarioBalinzo",
"username": "dariobalinzo"
},
"requirements": [
"Elasticsearch >= 6.x"
],
"support": {
"logo": "assets/dariobalinzo.png",
"provider_name": "Dario Balinzo",
"summary": "For support please open an issue in the github repository",
"url": "https://github.com/DarioBalinzo/kafka-connect-elasticsearch-source/issues"
},
"tags": [
"source",
"elasticsearch",
"elastic"
],
"title": "Kafka Connect Elasticsearch Source",
"version": "1.5.0"
}