Skip to content

Commit 11f2c56

Browse files
wtrockisterobin
andauthored
fix: issues with kcat guide (#485)
* fix: issues with kcat guide Reports have been made about missing binary name and also kcat not working at all (no messages produced on mac) * fix: minor line update * fix: apply review comment Co-authored-by: Stetson Robinson <[email protected]> Co-authored-by: Stetson Robinson <[email protected]>
1 parent 1b46d76 commit 11f2c56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/kafka/kcat-kafka/README.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ For more information about Kafkacat configuration options, see https://github.co
112112

113113
NOTE: Kafkacat does not yet fully support SASL/OAUTHBEARER authentication, so connecting to a Kafka instance requires only the bootstrap server and the service account credentials for SASL/PLAIN authentication.
114114

115+
NOTE: Kafkacat have been recently renamed to kcat. If you use latest version of kafkacat please replace all occurences referencing kafkacat binary to kcat
116+
115117
.Prerequisites
116118
ifndef::qs[]
117119
* You have the bootstrap server endpoint for your Kafka instance. To relocate the server endpoint, select your Kafka instance in the {product-kafka} web console, select the options menu (three vertical dots), and click *Connection*.
@@ -164,6 +166,8 @@ $ kafkacat -t my-first-kafka-topic -b "$KAFKA_HOST" \
164166

165167
NOTE: {product-kafka} also supports the SASL/OAUTHBEARER mechanism for authentication, which is the recommended authentication mechanism to use. However, Kafkacat does not yet fully support OAUTHBEARER, so this example uses SASL/PLAIN.
166168

169+
NOTE: A Kafkacat producer might behave differently depending on the operating system. For example, on Mac operating systems, messages are sent by redirecting them to the Kafkacat binary in the format `echo "message" | kafkacat ...`.
170+
167171
--
168172
. With Kafkacat running in producer mode, enter messages into Kafkacat that you want to produce to the Kafka topic.
169173
+

0 commit comments

Comments
 (0)