- 26 Nov, 2014 13 commits
-
-
Spencer Gibb authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
Also adds support for context paths in physical URL mappings, e.g. zuul.route.http\://localhost\:8081/app=/stores/** will result in a proxy forward of /stores/foo to http://localhost:8081/app/stores/foo Fixes gh-73
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
E.g. zuul: route: testclient: /testing123/** # service mapping http://localhost:8081: /stores/** # physical mapping
-
Dave Syer authored
You can bind to a Map<String,String> with application.yml, so there's no need to work so hard to extract the zuul routes.
-
Dave Syer authored
User can now list routes with /zuul/routes and reset with a POST. Fixes gh-75
-
Dave Syer authored
-
Dave Syer authored
-
Spencer Gibb authored
Fire InstanceRegisterEvent after eureka registration, then components can listen for that event and safely access DiscoveryClient.
-
Spencer Gibb authored
-
- 25 Nov, 2014 10 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
updated sidecar so the health and info urls go to sidecar, but homepage and non-secure-port go to local app
-
Spencer Gibb authored
Conflicts: pom.xml spring-cloud-netflix-core/src/main/java/org/springframework/cloud/client/discovery/DiscoveryClient.java spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/eureka/EurekaDiscoveryClient.java
-
Spencer Gibb authored
This allows mappings to be at the root and not have to be prefixed. It also allows mappings to fall through to other handler mappings. Patterns are now Ant-style via AntPathMatcher. fixes gh-72
-
Dave Syer authored
-
Spencer Gibb authored
-
Spencer Gibb authored
update versions of netflix libs
-
Spencer Gibb authored
-
Spencer Gibb authored
-
- 24 Nov, 2014 2 commits
-
-
Spencer Gibb authored
fixes gh-68
-
Dave Syer authored
-
- 22 Nov, 2014 1 commit
-
-
Dave Syer authored
-
- 21 Nov, 2014 4 commits
-
-
Spencer Gibb authored
fixes gh-67
-
Spencer Gibb authored
Fixed formatting in docs.
-
Dave Syer authored
-
Dave Syer authored
-
- 20 Nov, 2014 1 commit
-
-
Scott Frederick authored
-
- 19 Nov, 2014 1 commit
-
-
Spencer Gibb authored
fixes gh-45
-
- 17 Nov, 2014 2 commits
- 14 Nov, 2014 1 commit
-
-
Spencer Gibb authored
Added LoadBalancerClient.reconstructURI to take an URI with the service as hostname and inject a real host and port. Added tests for RibbonInterceptor and RibbonLoadBalancerClient. fixes gh-37
-
- 13 Nov, 2014 1 commit
-
-
Dave Syer authored
The problem manifests itself as errors in the Eureka server log (gh-47), but originates in the client because it is sending requests to /eureka/apps/{NAME}/{ID} with the wrong ID. The InstanceInfo has an ID that is derived (for preference) from the EurekaInstanceConfig.dataCenterInfo, so that's the best way to fix it. See gh-63, Fixes gh-47
-
- 11 Nov, 2014 1 commit
-
-
Dave Syer authored
-
- 10 Nov, 2014 1 commit
-
-
Dave Syer authored
-
- 06 Nov, 2014 2 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
fixes gh-50
-