mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01:00
update kafka ack setting
This commit is contained in:
parent
be3b5b88f0
commit
089137ef8d
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ async function sendMessage(
|
||||||
value: JSON.stringify(message),
|
value: JSON.stringify(message),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
acks: -1,
|
acks: 1,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue