mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +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),
|
||||
},
|
||||
],
|
||||
acks: -1,
|
||||
acks: 1,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue