From 19e5bf04bc55bac69626227df7a6d2e67d5adffc Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 5 Jun 2015 17:15:42 +0100 Subject: [PATCH] Tick off discovery --- roadmap.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roadmap.md b/roadmap.md index 3414e5ab5..4558386ee 100644 --- a/roadmap.md +++ b/roadmap.md @@ -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