From eb188da0a786a8e6913565b1cf28f2f2a654740b Mon Sep 17 00:00:00 2001 From: Saeed Shariati Date: Mon, 28 Jun 2021 11:23:58 +0430 Subject: [PATCH] Update README.md (#587) Adding details of KafkaConnect environments in the readme to be easier to find for users --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2853b43ef6..1e4982c8b4 100644 --- a/README.md +++ b/README.md @@ -162,5 +162,7 @@ For example, if you want to use an environment variable to set the `name` parame |`KAFKA_CLUSTERS_0_SCHEMANAMETEMPLATE` |How keys are saved to schemaRegistry |`KAFKA_CLUSTERS_0_JMXPORT` |Open jmxPosrts of a broker |`KAFKA_CLUSTERS_0_READONLY` |Enable read only mode. Default: false +|`KAFKA_CLUSTERS_0_KAFKACONNECT_0_NAME` |Given name for the Kafka Connect cluster +|`KAFKA_CLUSTERS_0_KAFKACONNECT_0_ADDRESS` |Address of the Kafka Connect service endpoint |`LOGGING_LEVEL_ROOT` | Setting log level (all, debug, info, warn, error, fatal, off). Default: debug |`LOGGING_LEVEL_COM_PROVECTUS` |Setting log level (all, debug, info, warn, error, fatal, off). Default: debug