You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ I tried to make each sample a standalone compile, e.g.:
13
13
14
14
The sample code and the compile command above assume you have installed libkafka via the RPM, with the includes in /usr/include/libkafka and the shared library in /usr/lib. Also note the runtime library dependencies on zlib, snappy, and the libkafka library.
15
15
16
-
You will need to set hostname and topic_name variables to something that makes sense for your kafka deployment. For samples that produce messages to clustered topics, the hostname variable should be the hostname of the broker that is specified as the leader for the specified topic.
16
+
You will need to set `hostname` and `topic_name`to something that makes sense for your kafka deployment. For samples that produce messages to clustered topics, `hostname` should be the hostname of the broker that is specified as the leader for the specified topic.
0 commit comments