spring-cloud / stream-applications

Functions and Spring Cloud Stream Applications for data driven microservices
https://spring.io/projects/spring-cloud-stream-applications
251 stars 104 forks source link

BinderAwareChannelResolver removed from SCSt #330

Closed onobc closed 1 year ago

onobc commented 2 years ago

The BinderAwareChannelResolver has been removed in SCSt - replaced I believe w/ StreamBridge. Fix in the following locations:

In the meantime, the RouterSinkTests have been @Disabled - re-enable once fixed.

onobc commented 1 year ago

Take a look at https://github.com/artembilan/microservices-patterns-spring-integration/blob/6e9c20e90bfd1373eaa78be750569b8a84491878/mrpc/src/main/java/org/springframework/integration/microservices/mrpc/MrpcApplication.java#L28 for inspiration

onobc commented 1 year ago

Need to investigate if the StreamBridge (SCSt) is able to tell if the destination exists etc..