Skip to content

Commit 7154290

Browse files
authored
docs: fix minor typo
1 parent c0abe25 commit 7154290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ Prometheus-kafka-adapter listens for metrics coming from Prometheus and sends th
4949
- `LOG_LEVEL`: defines log level for [`logrus`](https://github.com/sirupsen/logrus), can be `debug`, `info`, `warn`, `error`, `fatal` or `panic`, defaults to `info`.
5050
- `GIN_MODE`: manage [gin](https://github.com/gin-gonic/gin) debug logging, can be `debug` or `release`.
5151

52-
To connect to Kafka over SSL define the following additonal environment variables:
52+
To connect to Kafka over SSL define the following additional environment variables:
5353

5454
- `KAFKA_SSL_CLIENT_CERT_FILE`: Kafka SSL client certificate file, defaults to `""`
5555
- `KAFKA_SSL_CLIENT_KEY_FILE`: Kafka SSL client certificate key file, defaults to `""`
5656
- `KAFKA_SSL_CLIENT_KEY_PASS`: Kafka SSL client certificate key password (optional), defaults to `""`
5757
- `KAFKA_SSL_CA_CERT_FILE`: Kafka SSL broker CA certificate file, defaults to `""`
5858

59-
To connect to Kafka over SASL/SCRAM authentication define the following additonal environment variables:
59+
To connect to Kafka over SASL/SCRAM authentication define the following additional environment variables:
6060

6161
- `KAFKA_SECURITY_PROTOCOL`: Kafka client used protocol to communicate with brokers, must be set if SASL is going to be used, either plain or with SSL
6262
- `KAFKA_SASL_MECHANISM`: SASL mechanism to use for authentication, defaults to `""`

0 commit comments

Comments
 (0)