spring-cloud / spring-cloud-stream-samples

Samples for Spring Cloud Stream
Apache License 2.0
956 stars 676 forks source link

conditional declarative selecting destination in application.yml file #232

Open vishalrijhwani opened 1 year ago

vishalrijhwani commented 1 year ago

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