Closed akurniko closed 8 years ago
Add a ConfigSource to Route object. Only apply configurations to the routes coming from the same source. Fix the test case to include ConfigSource.
Thanks, merged.
TODO on dealing with overlapping configs from different sources in Routes.get, e.g. take the first config and then reject any later Configs from other sources. Same thing for Services.
Routes.get
Add a ConfigSource to Route object. Only apply configurations to the routes coming from the same source. Fix the test case to include ConfigSource.