connector-sdk
connector-sdk copied to clipboard
SDK for connecting events to functions
## Description This pull request adds a `Namespace` field in the `ControllerConfig` struct to enable function filtering by namespace. This way, if a namespace is provided, only functions from that...
## My actions before raising this issue - [x] Followed the [troubleshooting guide](https://docs.openfaas.com/deployment/troubleshooting/) - [x] Read/searched [the docs](https://docs.openfaas.com/) - [x] Searched [past issues](/issues) It seems that the `connector-sdk` maps all...
## Task: * Update `invokefunction` to return the response headers * Update the caller function named `Invoke` to return the body, statusCode and errors * Update example to print statusCode...
## My actions before raising this issue - [ X] Followed the [troubleshooting guide](https://docs.openfaas.com/deployment/troubleshooting/) - [ X] Read/searched [the docs](https://docs.openfaas.com/) - [ X] Searched [past issues](/issues) I am using the...
## My actions before raising this issue - [x] Followed the [troubleshooting guide](https://docs.openfaas.com/deployment/troubleshooting/) - [x] Read/searched [the docs](https://docs.openfaas.com/) - [x] Searched [past issues](/issues) Currently when invoking a function on a...
## Description Send response to indicate no matching functions are found for the topic. ## Motivation and Context Currently when invoking a function on a topic with controller.Invoke() and there...
Allow cancellation of topic map go routine ## Expected Behaviour Once the topic map is being built in its own go routine, there should be some way to cancel /...
## My actions before raising this issue - [*] Followed the [troubleshooting guide](https://docs.openfaas.com/deployment/troubleshooting/) - [*] Read/searched [the docs](https://docs.openfaas.com/) - [*] Searched [past issues](/issues) I read all the docs but this...
## My actions before raising this issue - [ ] Followed the [troubleshooting guide](https://docs.openfaas.com/deployment/troubleshooting/) - [x] Read/searched [the docs](https://docs.openfaas.com/) - [x] Searched [past issues](/issues) I would like to propose adding...
## My actions before raising this issue - [ ] Followed the [troubleshooting guide](https://docs.openfaas.com/deployment/troubleshooting/) - [ ] Read/searched [the docs](https://docs.openfaas.com/) - [x] Searched [past issues](/issues) Trying to run the default...