We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77e9086 + 2119fa0 commit 7e39254Copy full SHA for 7e39254
kq/pusher.go
@@ -67,6 +67,7 @@ func NewPusher(addrs []string, topic string, opts ...PushOption) *Pusher {
67
68
// if syncPush is true, return the pusher directly
69
if options.syncPush {
70
+ producer.BatchSize = 1
71
return pusher
72
}
73
0 commit comments