connector-sdk icon indicating copy to clipboard operation
connector-sdk copied to clipboard

SDK for connecting events to functions

Results 15 connector-sdk issues
Sort by recently updated
recently updated
newest added

## 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...

new-contributor
design/not-approved
no-proposal

## 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...

help wanted
good first issue

## 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...

new-contributor

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...