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 2cfa0c3 commit 2f8027cCopy full SHA for 2f8027c
src/worker.ts
@@ -148,7 +148,7 @@ export class Worker extends EventEmitter {
148
this.producer = new Producer(
149
{
150
'compression.type': 'snappy',
151
- 'enable.idempotence': true,
+ 'enable.idempotence': false,
152
retries: 100,
153
'socket.keepalive.enable': true,
154
'queue.buffering.max.messages': 100000,
0 commit comments