Skip to content

Commit

Permalink
update kafka ack setting
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscao633 committed Jan 2, 2025
1 parent be3b5b8 commit 089137e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/kafka.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async function sendMessage(
value: JSON.stringify(message),
},
],
acks: -1,
acks: 1,
});
}

Expand Down

0 comments on commit 089137e

Please sign in to comment.