openfaas / connector-sdk

SDK for connecting events to functions
MIT License
54 stars 25 forks source link

Send Invoker Response when there are no matching functions #61

Open prsh9 opened 3 years ago

prsh9 commented 3 years ago

My actions before raising this issue

Currently when invoking a function on a topic with controller.Invoke() and there are no matching functions (probably due to function still being loaded, topic-map not refreshed) there is no way to acknowledge upstream. Consider using amqp which uses manual auto-ack, there is no way to determine the failure and do a negative ack.

Expected Behaviour

Current Behaviour

Your Environment

alexellis commented 2 years ago

Hi,

Thanks for your interest.

Unfortunately, you didn't fill out the full issue template and gave no way to reproduce the problem.

Would you mind giving us everything we need to consider your request?

Alex