-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
53 lines (42 loc) · 1.16 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
{
"component_types": [
"sink"
],
"description": "This is connector for getting plain schemaless JSON data out of Apache Kafka into solr. Solr needs to be in solr cloud mode.",
"documentation_url": "https://github.com/bkatwal/kafka-solr-sink-connector/wiki/Kafka-connect-solr-sink-connector",
"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": "bkatwal-kafka-connect-solr-sink",
"owner": {
"name": "Bikas Katwal.",
"type": "user",
"url": "https://github.com/bkatwal",
"username": "bkatwal"
},
"requirements": [
"Solr 6.0+"
],
"support": {
"provider_name": "Bikas Katwal",
"summary": "We provide full support for this connector",
"url": "https://github.com/bkatwal"
},
"tags": [
"solr",
"search"
],
"title": "Kafka Connect solr sink",
"version": "3.0"
}