You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
vishalrijhwani
changed the title
conditional declarative selecting destination in application.yaml file
conditional declarative selecting destination in application.yml file
Dec 24, 2022
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
The text was updated successfully, but these errors were encountered: