You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| sendingThreads | AIRGAP_UPSTREAM_SENDING_THREADS | {"now": 0} | How many times, and when, whould we send each event? |
241
241
| certFile | AIRGAP_UPSTREAM_CERT_FILE || For TLS to Kafka, add a certificate pem encoded file here |
242
242
| keyFile | AIRGAP_UPSTREAM_KEY_FILE || The private key for the certFile certificate |
243
+
| keyPasswordFile | AIRGAP_UPSTREAM_KEY_PASSWORD_FILE || Path to a file containing the password to decrypt an encrypted keyFile |
243
244
| caFile | AIRGAP_UPSTREAM_CA_FILE || The CA that issued the Kafka server's certificate |
244
245
| deliverFilter | AIRGAP_UPSTREAM_DELIVER_FILTER || Filter so not all events from Kafka is sent. Can be used to enable load balancing (see Load Balancing chapter below) |
245
246
| topicTranslations | AIRGAP_UPSTREAM_TOPIC_TRANSLATIONS || If you need to rename a topic before sending the messages you can use this: `{"inputTopic1":"outputTopic1","inputTopic2":"outputTopic2"}`. Here, if the name of a topic upstreams is `inputTopic1` it will be sent as `outputTopic1` from upstream |
@@ -282,6 +283,7 @@ The property privateKeyFiles should point to one or more private key files that
282
283
| logFileName | AIRGAP_DOWNSTREAM_LOG_FILE_NAME || If configured, all logs will be written to this file instead of the console. This will take effekt after the configuration is read and no errors occurs |
283
284
| certFile | AIRGAP_DOWNSTREAM_CERT_FILE || For TLS to Kafka, add a certificate pem encoded file here |
284
285
| keyFile | AIRGAP_DOWNSTREAM_KEY_FILE || The private key for the certFile certificate |
286
+
| keyPasswordFile | AIRGAP_UPSTREAM_KEY_PASSWORD_FILE || Path to a file containing the password to decrypt an encrypted keyFile |
285
287
| caFile | AIRGAP_DOWNSTREAM_CA_FILE || The CA that issued the Kafka server's certificate |
286
288
| internalTopic | AIRGAP_DOWNSTREAM_INTERNAL_TOPIC | airgap-internal | Topic name in Kafka to write to (internal logging). Topic name for events from the upstream topics will have the same name as the upstream topic, if not translated by the setting AIRGAP_DOWNSTREAM_TOPIC_TRANSLATIONS |
287
289
| topicTranslations | AIRGAP_DOWNSTREAM_TOPIC_TRANSLATIONS || Rename topics with a specified name to another name. Used in multi downstreams setup (see Redundancy and Load Balancing.md) |
0 commit comments