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
Copy file name to clipboardexpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,8 @@ The following enviroment variables can be used to configure Kafka Topic creation
101
101
|`KAFKA_TOPIC_CREATE_GEOJSONCONVERTER`| Whether to create topics for the GeoJSON Converter |
102
102
|`KAFKA_TOPIC_CREATE_CONFLICTMONITOR`| Whether to create topics for the Conflict Monitor |
103
103
|`KAFKA_TOPIC_CREATE_DEDUPLICATOR`| Whether to create topics for the Deduplicator |
104
+
|`KAFKA_TOPIC_CREATE_OTHER`| Whether to create topics for other applications, this is only useful when you attach a custom `kafka-topics-values.yaml` file with other topics |
105
+
|`KAFKA_TOPICS_VALUES_FILE`| Path to a custom `kafka-topics-values.yaml` file|
104
106
|`KAFKA_TOPIC_PARTITIONS`| Number of partitions |
105
107
|`KAFKA_TOPIC_REPLICAS`| Number of replicas |
106
108
|`KAFKA_TOPIC_MIN_INSYNC_REPLICAS`| Minumum number of in-sync replicas (for use with ack=all) |
@@ -174,7 +176,9 @@ The following environment variables can be used to configure Kafka Connectors:
174
176
|`CONNECT_CREATE_ODE`| Whether to create kafka connectors for the ODE |
175
177
|`CONNECT_CREATE_GEOJSONCONVERTER`| Whether to create topics for the GeojsonConverter |
176
178
|`CONNECT_CREATE_CONFLICTMONITOR`| Whether to create kafka connectors for the Conflict Monitor |
177
-
|`CONNECT_CREATE_DEDUPLICATOR`| Whether to create topics for the Deduplicator |
179
+
|`CONNECT_CREATE_DEDUPLICATOR`| Whether to create kafka connectors for the Deduplicator |
180
+
|`CONNECT_KAFKA_CONNECTORS_VALUES_FILE`| Path to a custom `kafka-connectors-values.yaml` file |
181
+
|`CONNECT_CREATE_OTHER`| Whether to create kafka connectors for other applications, this is only useful when you attach a custom `kafka-connectors-values.yaml` file with other connectors |
0 commit comments