update kafka ack setting
This commit is contained in:
@@ -71,7 +71,7 @@ async function sendMessage(
|
||||
value: JSON.stringify(message),
|
||||
},
|
||||
],
|
||||
acks: -1,
|
||||
acks: 1,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user