You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For serving cases, there is no point working on a message that is crashing the UDF causing restarts. This will decrease the availability if we get stuck on a failing message. We should skip those messages. The only way to do that is by looking at the redeliver counter generated by the ISB.
NOTES
This is a message loss scenario
An offending message might end up droping more than one message (if batch-size > 1)
The text was updated successfully, but these errors were encountered:
For serving cases, there is no point working on a message that is crashing the UDF causing restarts. This will decrease the availability if we get stuck on a failing message. We should skip those messages. The only way to do that is by looking at the redeliver counter generated by the ISB.
NOTES
The text was updated successfully, but these errors were encountered: