Files
spring-cloud-stream/docs/src
Oleg Zhurakousky b2b95dc7d2 GH-2168 Ensure output binding is not assumed for RoutingFunction
Given that RoutingFunction may actualy route to Consumer, there is no need for output binding.
This fix addresses it where no output binding is created initially and instead the output binding will be created if and when the firt output is produced.

Resolves #2168
2021-05-07 15:21:59 +02:00
..