-
### Describe the Issue
When build my application with graalvm-jdk-21.0.5_linux-x64_bin, I get the following class cast exception:
java.lang.ClassCastException: class com.oracle.svm.hosted.meta.Hos…
-
**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…
-
**Which Component**
spring-cloud-starter-alibaba-nacos-discovery,spring-cloud-starter-alibaba-nacos-config
**Describe the bug**
spring-cloud-starter-stream-rabbit:2.1.3.RELEASE conflict with sp…
-
On a local docker deployment, using kafka/docker time app in a stream like
`time > :foo`
with properties
```
deployer.time.count=3
deployer.time.memory=2
```
3 instances are started but no limi…
-
**Which Component**
eg. Nacos Discovery, Sentinel
RocketMQ
**Describe what problem you have encountered**
A clear and concise description of what you want to do.
当我在同一个项目A同时使用生产者A和消费者B的时候,项目B使用…
-
When configuring an application with spring cloud stream, if there is a bean that implements a functional interface even if its purpose is neither to publish nor to subscribe to events, spring cloud…
-
**Describe the bug**
Accessing the actuator endpoint `/bindings` gives a JSON deserialization error.
***Exception or Stack Trace***
```
2023-11-22T17:29:25.301+01:00 ERROR 9183 --- [nio-8080-exe…
-
I am trying to consume a topic written with Spring Cloud stream with kafka native serialization. We used GSR 1.1.17 version to write the messages.
My consumer also a spring cloud stream application w…
-
4.0.0
spring-boot-starter-parent
org.springframework.boot
1.4.4.RELEASE
com.company.wmapis
wm-apis
0.0.1-SNAPSHOT
war
…
-
**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…