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 c5a7ed4 commit 982925cCopy full SHA for 982925c
main.go
@@ -32,7 +32,6 @@ func main() {
32
"compression.codec": kafkaCompression,
33
"batch.num.messages": kafkaBatchNumMessages,
34
"queue.buffering.max.messages": kafkaBatchNumMessages,
35
- "enable.metrics.push": true,
36
"enable.idempotence": true,
37
"linger.ms": kafkaLingerMs,
38
"go.batch.producer": true, // Enable batch producer (for increased performance).
0 commit comments