conditional declarative selecting destination in application.yml file
vishalrijhwani opened this issue · 0 comments
vishalrijhwani commented
Right now we can programmatically select destination using following
spring.cloud.stream.sendto.destination and
StreamBridge
like we have for functions we can do conditional selecting of message using spring.cloud.function.routing-expression
It will be better if we can have similar conditional declarative selection of destination in yml file