Spencer Gibb
277ada8b88
don't strip proxy prefix by default (for spring data rest)
11 years ago
Dave Syer
f41edfd483
Add conditional config guard for MBeanServer
11 years ago
Dave Syer
b935027637
Ensure commons-logging is on compile classpath
11 years ago
Dave Syer
5eaa2db1a7
Update to gh-6 (cleaner implementation, but not much)
11 years ago
Dave Syer
191bad05ec
Ensure Eureka server gets iniialized with non-zero count
...
The problem is pretty deep here so I hope I did something sane. Basically if
PeerAwareInstanceRegistry.openForTraffic(int) ever gets called with a 0 argument
it resets the threshold for numberOfRenewsPerMinThreshold to 0 from which
it only ever recovers if the same method is called again with a non-zero argument.
For a standalone server this means that it will never automatically expire
any leases (only when it chats to its neighbours and finds out they have
registered services will it ever switch the threshold back on).
Another problem (unsolved) is that the reset mechanism will kick back in
occasionally (resetting to 1 with this change, but that's probably also
a bad thing). And when there *are* actually peers to talk to unless they are
in AWS they will never communicate correctly about the actual number of local
services (the criteria for that are deeply connected with AWS and EIP).
Fixes gh-6
11 years ago
Dave Syer
91c9ab1d5f
Fix ftl templates a bit (fixes gh-7)
11 years ago
Dave Syer
9c2679d4e5
Add metrics from Eureka client discovery
11 years ago
Dave Syer
fcf2811e4c
Add Hystrix data to /metrics
11 years ago
Dave Syer
6425862477
Make @EnableZuulProxy switch on Hystrix
11 years ago
Spencer Gibb
8005712be2
add s-c-n-turbine to dependency management
11 years ago
Spencer Gibb
7fd83dc842
add @EnableTurbine to allow boot apps to embed the turbine server
11 years ago
Dave Syer
630aeb0547
Add missing templates
11 years ago
Dave Syer
f9692daf36
Add missing wro files
11 years ago
Dave Syer
ba5ed3c409
Move wro resources to src/main/wro
11 years ago
Dave Syer
6550308b6e
Remove unnecessary plugin
11 years ago
Dave Syer
98548ba34b
Fix generated resources for IDE
11 years ago
Dave Syer
9ec59899d3
Make wro4j work in reactor build
11 years ago
Dave Syer
0afd572141
Make Eureka server embeddable
11 years ago
Dave Syer
3c280403d7
Make hystrix dashboard embeddable finally
11 years ago
Dave Syer
34cbf7a64b
Make Hystrix dash embeddable
11 years ago
Dave Syer
4ca9d5f772
Break up hystrix dashboard
11 years ago
Dave Syer
cf96d6ddb8
Update packages
11 years ago
Dave Syer
8106314a6a
Update package names
11 years ago
Dave Syer
d23149a493
Rename platform->cloud
11 years ago
Dave Syer
b0a44dba06
Add support for OAuth relay in zuul proxy
11 years ago
Dave Syer
78a428ec00
Fix names and ports
11 years ago
Dave Syer
4ab3db9c20
Use String type for HTTP status
11 years ago
Dave Syer
bdf5c60c86
Fix typo in trace log
11 years ago
Dave Syer
403bd8d7a2
Move debug logging to TRaceRepository
11 years ago
Dave Syer
ea80ac1700
Fix issue with Host header in proxied requests
11 years ago
Dave Syer
4b4a8a5b3e
Fix warnings
11 years ago
Spencer Gibb
afdb5a3109
Merge branch 'publish-eureka-events'
11 years ago
Spencer Gibb
f8c0282feb
publish instance info
11 years ago
Dave Syer
1f63ea919c
Update build and fix race in eureka
11 years ago
Spencer Gibb
c8be52b025
publish eureka instance events
11 years ago
Dave Syer
11d9ddbf85
Add TODO
11 years ago
Dave Syer
c09127d13a
Update to Boot 1.1.5
11 years ago
Dave Syer
d4f3caca02
Exclude groovy-all
11 years ago
Dave Syer
f9fb23d472
Move piggy back stuff from cloudfoundry
11 years ago
Spencer Gibb
f85e3d137b
fixed parameter mapping in RibbonRoutingFilter
11 years ago
Spencer Gibb
8fbba2b093
@EnableZuulProxy initial implementation
11 years ago
Dave Syer
a2e8245e93
Add jersey stuff to dependency management
11 years ago
Dave Syer
345cc9b6a3
Convert Eureka client autoconfig to @EnableEurekaClient
11 years ago
Spencer Gibb
10d1ed38dc
rename CircuitBreaker* to Hystrix*
11 years ago
Dave Syer
88f79507e3
Fix race condition in server
11 years ago
Dave Syer
98d0da973e
Clarify serviceUrls
11 years ago
Dave Syer
bd7ffe99db
Unset quiet flag for Maven
11 years ago
Dave Syer
1a6bc1197b
Add travis build
11 years ago
Dave Syer
543adca971
Add build config for snapshot deploys
11 years ago
Spencer Gibb
7b60ea7308
updated RUNNING with new jar names;
...
only configure archaius once;
add eureka-client to hystrix dashboard
11 years ago