Yes, that's the default, and as far as I'm aware the value of autoCompleteMessages
cannot be set to false
for nodejs, and there is no way to handle individual message failures in the same way that there is in C#.
Reject subset of events in function app using nodejs
Jimmy Thomson
0
Reputation points
From the docs, I can see that using C# it's possible to set autoCompleteMessages
to false
and manually complete or abandon an individual event when receiving a batch of events. Can anyone confirm that this same functionality does not exist in nodejs? If not, is there a well documented approach to simulating the behaviour that's out-of-the-box with C#?
Thanks.
1 answer
Sort by: Most helpful
-
Jimmy Thomson 0 Reputation points
2025-02-04T08:38:21.8866667+00:00