Robert Wei

Results 4 issues of Robert Wei

## Why you need it? Is your feature request related to a problem? Please describe in details 考虑到spring boot & cloud 的很多组件生命周期都要结束了, 需要升级对应的版本 现在新的版本都需要JDK 17 & 以上的版本 ## How it...

maven : Spring boot version is 3.0.5 spring cloud version is 2022.0.4 org.springframework.cloud spring-cloud-stream-binder-rabbit Code: `@Component @Slf4j @RequiredArgsConstructor public class EventConsumer { private final StreamBridge streamBridge; public void sendScheduleEvent(ScheduleEvent event)...

waiting-on-feedback

https://docs.spring.io/spring-cloud-stream/reference/rabbit/rabbit_overview/existing-destinations.html#:~:text=By%20default%2C%20the%20binder%20will,binding%20name%2C%20if%20not%20provided. I refer to document to disable SCS auto create queue & exchange & bind function. but it can't work as expected. I check the source code and found that...

**Describe the bug** I view the document [](https://github.com/spring-cloud/spring-cloud-netflix/issues/4236), but I want to know how to config it when we have the resttemplate & Jersey. **Sample** I write a demo to...

in progress