We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4e38a commit 2856a8eCopy full SHA for 2856a8e
README.md
@@ -98,7 +98,7 @@ Cons:
98
99
* Produce() is a non-blocking call, if the internal librdkafka queue is full
100
the call will fail.
101
- * Somehwat slower than the channel producer.
+ * Somewhat slower than the channel producer.
102
103
See [examples/producer_example](examples/producer_example)
104
kafka/testconf-example.json
@@ -1,6 +1,6 @@
1
{
2
"Brokers": "mybroker",
3
"Topic": "test"
4
-// "PerfMsgCount": 1000000,
5
-// "PerfMsgSize": 100
+ "PerfMsgCount": 1000000,
+ "PerfMsgSize": 100
6
}
0 commit comments