Skip to content

Commit 2f8027c

Browse files
committed
disable idempotence producer
1 parent 2cfa0c3 commit 2f8027c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export class Worker extends EventEmitter {
148148
this.producer = new Producer(
149149
{
150150
'compression.type': 'snappy',
151-
'enable.idempotence': true,
151+
'enable.idempotence': false,
152152
retries: 100,
153153
'socket.keepalive.enable': true,
154154
'queue.buffering.max.messages': 100000,

0 commit comments

Comments
 (0)