Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
richardartoul committed Dec 20, 2023
1 parent b72a46f commit 8510ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/kafkaexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The following settings can be optionally configured:
- `config_file`: Path to Kerberos configuration. i.e /etc/krb5.conf
- `keytab_file`: Path to keytab file. i.e /etc/security/kafka.keytab
- `metadata`
- `client_id` (default = "sarama"): The client ID to configure the Sarama Kafka client with. This client ID will be for all produce requests.
- `client_id` (default = "sarama"): The client ID to configure the Sarama Kafka client with. The client ID will be used for all produce requests.
- `full` (default = true): Whether to maintain a full set of metadata. When
disabled, the client does not make the initial request to broker at the
startup.
Expand Down

0 comments on commit 8510ddf

Please sign in to comment.