Skip to content

Commit 8fe16a7

Browse files
updated config file with latest version
1 parent 9d71427 commit 8fe16a7

File tree

2 files changed

+422
-0
lines changed

2 files changed

+422
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
"auto.restart.on.user.error": "true",
2+
"connector.class": "STRING",
3+
"connector.egress.whitelist": "STRING",
4+
"csfle.enabled": "false",
5+
"csfle.onFailure": "ERROR",
6+
"errors.deadletterqueue.topic.name": "dlq-${connector}",
7+
"errors.tolerance": "all",
8+
"event.time.fieldname": "STRING",
9+
"influxdb.database": "STRING",
10+
"influxdb.gzip.enable": "false",
11+
"influxdb.ssl.disable.server.certificate.validation": "false",
12+
"influxdb.ssl.enabled": "false",
13+
"influxdb.ssl.protocol": "TLSv1.2",
14+
"influxdb.ssl.roots.file": "PASSWORD",
15+
"influxdb.token": "PASSWORD",
16+
"influxdb.url": "STRING",
17+
"input.data.format": "STRING",
18+
"kafka.api.key": "STRING",
19+
"kafka.api.secret": "PASSWORD",
20+
"kafka.auth.mode": "KAFKA_API_KEY",
21+
"kafka.service.account.id": "STRING",
22+
"key.converter.key.subject.name.strategy": "TopicNameStrategy",
23+
"max.poll.interval.ms": "300000",
24+
"max.poll.records": "500",
25+
"max.retries": "10",
26+
"measurement.name.format": "STRING",
27+
"name": "STRING",
28+
"retry.backoff.ms": "1000",
29+
"schema.context.name": "default",
30+
"sr.service.account.id": "STRING",
31+
"tasks.max": "INT",
32+
"topics": "LIST",
33+
"topics.regex": "STRING",
34+
"value.converter.connect.meta.data": "BOOLEAN",
35+
"value.converter.decimal.format": "BASE64",
36+
"value.converter.reference.subject.name.strategy": "DefaultReferenceSubjectNameStrategy",
37+
"value.converter.value.subject.name.strategy": "TopicNameStrategy",
38+
"write.precision": "Milliseconds",

0 commit comments

Comments
 (0)