Skip to content

Commit

Permalink
fix: typo in kcat docs (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkpattnaik780 authored Apr 29, 2022
1 parent 11f2c56 commit afebcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/kafka/kcat-kafka/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ endif::[]
== Configuring Kafkacat to connect to a Kafka instance

[role="_abstract"]
To enable Kafkacat to access a Kafka instance, configure the connection using the bootstrap server endpoint for the instance and the generated credentials for your {product-kafka} service account. For Kafkacat, you can configure connection information either by passing options to the `kafkacat` command or by using a configuration file. The example in this task sets environment variables and then passes them to the `kafkcat` command.
To enable Kafkacat to access a Kafka instance, configure the connection using the bootstrap server endpoint for the instance and the generated credentials for your {product-kafka} service account. For Kafkacat, you can configure connection information either by passing options to the `kafkacat` command or by using a configuration file. The example in this task sets environment variables and then passes them to the `kafkacat` command.

For more information about Kafkacat configuration options, see https://github.com/edenhill/kafkacat#configuration[Configuration^] in the Kafkacat documentation.

Expand Down

0 comments on commit afebcfa

Please sign in to comment.