spring-cloud-stream
spring-cloud-stream copied to clipboard
Address fallback logic since SPR-17503 was resolved
https://github.com/spring-cloud/spring-cloud-stream/blob/a1741794edc1197ff4e9967d4c928c77b974a854/spring-cloud-stream/src/main/java/org/springframework/cloud/stream/config/BinderFactoryAutoConfiguration.java#L135
In the comment I noticed this line:
In all, all this will be obsolete once https://jira.spring.io/browse/SPR-17503 * is addressed and we can fall back on core resolvers
Please note that SPR-17503 was fixed back in 2019. If that comment is still valid comment, please apply the final solution here.