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
As far as I can tell, there is no way to handle request bodies that Serde fails to deserialize. In my case, I simply want to log it (and till fail the invocation), but another might want to manually put it in a dead letter queue.
Did I overlook something?
If this a desirable feature and you have an API in mind, I am happy to try and implement it.
The text was updated successfully, but these errors were encountered:
As far as I can tell, there is no way to handle request bodies that Serde fails to deserialize. In my case, I simply want to log it (and till fail the invocation), but another might want to manually put it in a dead letter queue.
The text was updated successfully, but these errors were encountered: