Fix typos in readme (#2296)
This commit is contained in:
parent
eb26883949
commit
dfe12807e2
1 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ kafka:
|
||||||
* `schemaRegistryAuth.username`: schemaRegistry's basic authentication username
|
* `schemaRegistryAuth.username`: schemaRegistry's basic authentication username
|
||||||
* `schemaRegistryAuth.password`: schemaRegistry's basic authentication password
|
* `schemaRegistryAuth.password`: schemaRegistry's basic authentication password
|
||||||
* `schemaNameTemplate`: how keys are saved to schemaRegistry
|
* `schemaNameTemplate`: how keys are saved to schemaRegistry
|
||||||
* `jmxPort`: open jmxPosrts of a broker
|
* `jmxPort`: open JMX port of a broker
|
||||||
* `readOnly`: enable read only mode
|
* `readOnly`: enable read only mode
|
||||||
|
|
||||||
Configure as many clusters as you need by adding their configs below separated with `-`.
|
Configure as many clusters as you need by adding their configs below separated with `-`.
|
||||||
|
@ -170,7 +170,7 @@ For example, if you want to use an environment variable to set the `name` parame
|
||||||
|`KAFKA_CLUSTERS_0_SCHEMAREGISTRYAUTH_USERNAME` |SchemaRegistry's basic authentication username
|
|`KAFKA_CLUSTERS_0_SCHEMAREGISTRYAUTH_USERNAME` |SchemaRegistry's basic authentication username
|
||||||
|`KAFKA_CLUSTERS_0_SCHEMAREGISTRYAUTH_PASSWORD` |SchemaRegistry's basic authentication password
|
|`KAFKA_CLUSTERS_0_SCHEMAREGISTRYAUTH_PASSWORD` |SchemaRegistry's basic authentication password
|
||||||
|`KAFKA_CLUSTERS_0_SCHEMANAMETEMPLATE` |How keys are saved to schemaRegistry
|
|`KAFKA_CLUSTERS_0_SCHEMANAMETEMPLATE` |How keys are saved to schemaRegistry
|
||||||
|`KAFKA_CLUSTERS_0_JMXPORT` |Open jmxPosrts of a broker
|
|`KAFKA_CLUSTERS_0_JMXPORT` |Open JMX port of a broker
|
||||||
|`KAFKA_CLUSTERS_0_READONLY` |Enable read-only mode. Default: false
|
|`KAFKA_CLUSTERS_0_READONLY` |Enable read-only mode. Default: false
|
||||||
|`KAFKA_CLUSTERS_0_DISABLELOGDIRSCOLLECTION` |Disable collecting segments information. It should be true for confluent cloud. Default: false
|
|`KAFKA_CLUSTERS_0_DISABLELOGDIRSCOLLECTION` |Disable collecting segments information. It should be true for confluent cloud. Default: false
|
||||||
|`KAFKA_CLUSTERS_0_KAFKACONNECT_0_NAME` |Given name for the Kafka Connect cluster
|
|`KAFKA_CLUSTERS_0_KAFKACONNECT_0_NAME` |Given name for the Kafka Connect cluster
|
||||||
|
|
Loading…
Add table
Reference in a new issue