fission icon indicating copy to clipboard operation
fission copied to clipboard

MQTrigger should be able to handle malformed message

Open life1347 opened this issue 6 years ago • 0 comments

Currently, MQTrigger only ACKs message when a function returns 200 HTTP code, however, in some cases that malformed messages may be sent to message queue and makes MQTrigger keeps sending errors to error topic. We need to find out a proper way to handle it. (also related to https://github.com/fission/fission/issues/255 , https://github.com/fission/fission/issues/726)

life1347 avatar Dec 19 '18 02:12 life1347