fission
fission copied to clipboard
MQTrigger should be able to handle malformed message
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)