|
| 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