spring-cloud-samples / configserver

377 stars 394 forks source link

Not clear how Spring Cloud Stream is to be used #11

Open ulisesbocchio opened 8 years ago

ulisesbocchio commented 8 years ago

Hi, according to the documentation on Spring Cloud Config - Push Notifications, the way to configure this push notifications is through Spring Cloud Bus. This sample project seems to be using Spring Cloud Stream with Redis, but I can't find documentation as to how the Config Server works with Spring Cloud Stream. Would you please include that in the Readme of this project? Also, is there any Client sample project for this config server that uses Redis? Thanks in advance

zxkane commented 7 years ago

Same confusion here. It would be helpful to add a config-client sample to demonstrate how receiving the broadcast of the config changes.