-
## Why do you need it?
The [transformer](https://github.com/alibaba/higress/tree/main/plugins/wasm-go/extensions/transformer) plugin is being used more frequently, and we hope for better performanc…
-
**Describe the issue**
I am trying to send a message from a spring cloud stream consumer method using the `StreamBridge` utility. I am able to use `StreamBridge` from any normal method and just not a…
-
Hello,
I am working with 1.0.124.
I can't get this example or any with Spring Cloud Function to work, I always get:
Error invoking configuration method: configure
Caused by: com.fnproject.spri…
-
I'm trying to get the secure websocket or non-secure websockets to work with the gateway in version 4.1.4. I get the same error using `wss` or `ws`.
I'm getting this error on startup:
```
org.s…
-
**Describe the bug**
With the changes of https://github.com/spring-cloud/spring-cloud-gateway/issues/3405 (introduced in version 4.1.4) the error handling does not work properly any more when using…
-
When I cancel the `gradle azureFunctionsRun` command, gradle terminates, but `func` continues to run, and the function continue running.
```shell
func -v
4.0.5413
```
build.gradle.kts
```k…
-
I have created spring boot azure function using the example given here. https://github.com/eggboy/springcloud-azurefunction/tree/springboot3
It worked fine on local, but when I deployed it to azure…
-
Right now we must explicitly set the classloader and also ask users to specify the `MAIN_CLASS`:
https://github.com/dmitry-s/spring-cloud-function/blob/master/spring-cloud-function-adapters/spring-cl…
-
Issue:
Spring cloud function is not exluding custom java beans and it is expecting Supplier, Function or Consumer type.
related to https://github.com/spring-cloud/spring-cloud-stream/issues/2228
…
-
**Bug description**
The function definition for function calls does not support generics.
**Environment**
Spring ai 1.0.0-SNAPSHOT
**Steps to reproduce**
step1:
`public class TrainSearchSche…