Skip to content

Commit

Permalink
disable idempotence producer
Browse files Browse the repository at this point in the history
  • Loading branch information
NV4RE committed Aug 25, 2020
1 parent 2cfa0c3 commit 2f8027c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export class Worker extends EventEmitter {
this.producer = new Producer(
{
'compression.type': 'snappy',
'enable.idempotence': true,
'enable.idempotence': false,
retries: 100,
'socket.keepalive.enable': true,
'queue.buffering.max.messages': 100000,
Expand Down

0 comments on commit 2f8027c

Please sign in to comment.