Skip to content

Commit f3bcbae

Browse files
committed
Added SimpleProducer sample
1 parent 0c8d6a2 commit f3bcbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ I tried to make each sample a standalone compile, e.g.:
1313

1414
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.
1515

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.
1717

1818
License
1919
============

0 commit comments

Comments
 (0)