You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Spring Cloud have a number of endpoints that use a legacy name (for example hystrix.stream). They would like to give users the opportunity to migrate to the new name whilst still supporting the old one.
Ideally this would mean that endpoint references in properties can be referred to by either name, and that several mappings would be setup.
For example, hystrix.stream would be mapped to /hystrix.stream and /hystrixstream