Skip to content

Commit 2856a8e

Browse files
committed
Minor review updates
1 parent cc4e38a commit 2856a8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Cons:
9898

9999
* Produce() is a non-blocking call, if the internal librdkafka queue is full
100100
the call will fail.
101-
* Somehwat slower than the channel producer.
101+
* Somewhat slower than the channel producer.
102102

103103
See [examples/producer_example](examples/producer_example)
104104

kafka/testconf-example.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Brokers": "mybroker",
33
"Topic": "test"
4-
// "PerfMsgCount": 1000000,
5-
// "PerfMsgSize": 100
4+
"PerfMsgCount": 1000000,
5+
"PerfMsgSize": 100
66
}

0 commit comments

Comments
 (0)