-
Notifications
You must be signed in to change notification settings - Fork 20
/
manifest.json
42 lines (42 loc) · 985 Bytes
/
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
{
"component_types": [
"source"
],
"name": "${name}",
"title": "Logminer Kafka Connect",
"version": "${version}",
"description": "Logminer Kafka Connect is a CDC Kafka Connect source for Oracle Databases (tested with Oracle 11.2.0.4) using Oracle Logminer.",
"documentation_url": "https://github.com/thake/logminer-kafka-connect",
"features": {
"confluent_control_center_integration": false,
"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"
}
],
"owner": {
"name": "Thorsten Hake",
"type": "user",
"url": "https://thorsten-hake.com/",
"username": "thake"
},
"requirements": [
"Oracle Database SE"
],
"tags": [
"oracle",
"cdc",
"logminer",
"database"
]
}