Tick off discovery

This commit is contained in:
Dave Syer
2015-06-05 17:15:42 +01:00
parent cee7917c49
commit 19e5bf04bc

View File

@@ -81,7 +81,9 @@ To be deployable as an XD module in a "traditional" way you need `/config/*.prop
- [x] Endpoint "/channels" for module configuration metadata ("/bus" is taken by Spring Cloud)
- [ ] Discover channel names through Spring Cloud service discovery (via "/channels" endpoint on remote components)
- [x] Discover channel names through Spring Cloud service discovery (via "/channels" endpoint on remote components)
- [ ] Listen for changes in discovery catalog and potentially rebind channels
- [ ] Optional validation of application as XD module