Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send Invoker Response when there are no matching functions #61

Open
3 tasks done
prsh9 opened this issue Aug 22, 2021 · 1 comment
Open
3 tasks done

Send Invoker Response when there are no matching functions #61

prsh9 opened this issue Aug 22, 2021 · 1 comment

Comments

@prsh9
Copy link

prsh9 commented Aug 22, 2021

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

  • Create an custom error and send response in case of no matched function.

Current Behaviour

  • No way of finding out if there are no matching functions.

Your Environment

  • FaaS-CLI version ( Full output from: faas-cli version ):
    CLI:
    commit: 72816d486cf76c3089b915dfb0b66b85cf096634
    version: 0.13.13
@alexellis
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants