Spencer Gibb
2d595e86f3
remove extra punctuation
9 years ago
Jakub Narloch
68fa6afa17
Feign compression documentation
9 years ago
Spencer Gibb
810502c1f3
Allow overriding default feign beans.
...
Similar to @RibbonClient
fixes gh-288
9 years ago
Dave Syer
3ef58cdc39
Change DiscoveryClient->EurekaClient in docs
9 years ago
Dave Syer
a38ba34049
Try to guess whether a ribbon client is looking for HTTPS
...
There are usually some hints available, especially if the Server
came from Eureka. Unfortunately Server on it's own doesn't contain
enough information (why?), but as a fallback we can guess that
anyone using port 443 is secure.
Fixes gh-459
9 years ago
Dave Syer
d1cb42946b
Explicitly snag secure URL for config server if desired
...
If the configserver registers with securePortEnabled=true we should
respect that in the discovery process.
Fixes gh-450
9 years ago
Spencer Gibb
0204978b36
Upgrade eureka to 1.2.5.
...
Change EurekaInstanceConfig.getSID to getInstanceId
fixes gh-554
9 years ago
Dave Syer
ee5b9c6382
Revert back to snapshot
9 years ago
Dave Syer
a11a7709bf
Bump to M1
9 years ago
Spencer Gibb
b55832e5ef
removed unused README
9 years ago
Jakub Narloch
c9008ea277
Eureka health check
9 years ago
gandrianakis
654ccf2dea
Replaced incorrect @PathParameter with @PathVariable
9 years ago
Dave Syer
7fc9811975
Use TRAVIS_BRANCH if available
9 years ago
Dave Syer
00cc64c6c5
Different special treatment of README
9 years ago
Dave Syer
c905822005
Special treatnment of README
9 years ago
Dave Syer
c1cb0025c1
Use subdirectory for gh pages docs
9 years ago
Dave Syer
89ebf1fa3f
Fix ghpages script to work on branches
9 years ago
Jakub Narloch
69c3723aac
Updated documentation for Feign hierarchical clients
9 years ago
andreasevers
42f6e4d1f0
If more fine-grained ignoring is needed, you can specify specific patterns to ignore. These patterns are being evaluated at the end of the route location process, which means prefixes should be included in the pattern to warrant a match. Ignored patterns span all services and supersede any other route specification.
...
zuul:
ignoredPatterns: */admin/**
routes:
users: /myusers/**
This means that all calls such as "/myusers/101" will be forwarded to "/101" on the "users" service. But calls including "/admin/" will not resolve.
9 years ago
Jakub Narloch
59534a2447
Corrected docs for the 'context-path' property reference.
9 years ago
Stephen Souness
2cf2de3465
Corrected typo in spelling of registration.
9 years ago
Biju Kunjummen
2c688062e7
Clarified the way to add a custom EurekaInstanceConfigBean for AWS deployment
9 years ago
Ryan J Baxter
3a22a5e702
Fixes #314 .
...
Should be approximateZoneFromHostname instead of approximateZoneFromDomain.
9 years ago
Eric Bottard
06bb00172e
Fix minor typo in doc
9 years ago
Eric Bottard
8c2b186b67
Fix escaping
9 years ago
Eric Bottard
e90824bfab
Removed unfinished sentence
9 years ago
Eric Bottard
57cefb2591
Fix grammar issue in doc
9 years ago
Jakub Narloch
d0a82c1421
Fixed typo in ignoredServices
9 years ago
Dave Syer
9a45beec1d
Update to Brixton
10 years ago
Dave Syer
3519ecf224
Prepare master for next snapshot
10 years ago
Dave Syer
72cecacea7
Fix path to docs in README raw text
10 years ago
Bertrand Renuart
58284a4508
Change Jersey init to avoid classpath scanning issues
...
Scan classpath for Jersey resources with Spring and initialize the
Jersey filter with a jaxrs Application instead. (Fixes gh-399,
fixes gh-400)
10 years ago
Spencer Gibb
2559b76747
fixed typo
10 years ago
Spencer Gibb
68b0c91fa7
document disabling of zuul filters
...
fixes gh-341
10 years ago
Darek Kaczyński
8fa9b71579
Corrected example of providing Turbine cluster name via instance metadata map.
10 years ago
Marcin Grzejszczak
94081f82ce
Fixed a typo
10 years ago
Spencer Gibb
ed692c3836
document that build requires jdk8
...
fixes gh-328
10 years ago
Spencer Gibb
e3b42e79b6
fix misspelling
10 years ago
Dave Syer
0587df4ae2
Fix parent version
10 years ago
Dave Syer
53c0e0a246
Fix parent version
10 years ago
Dave Syer
fde4741333
Update to 1.0.3 snapshots
10 years ago
Dave Syer
c77322348c
Add example for SEMAPHORE in @HystrixCommand
10 years ago
Spencer Gibb
5166994f7c
add documentation for ribbon.eureka.enabled
...
fixes gh-325
10 years ago
Dave Syer
b28fd07cdb
Update to 1.0.2 snapshots
10 years ago
Spencer Gibb
3794213aaf
add a note about the Spring Cloud DiscoveryClient.
...
fixes gh-276
10 years ago
Johannes Stelzer
6a0737dacf
Example of static, loadbalanced Zuul configuration
...
It took me quite a bit, to figure out how to configure Zuul to use a loadbalanced route without Eureka. I hope this short explicit example will clarify it for other people.
10 years ago
Dave Syer
873854810a
Fix eureka instance metadata in Cloud Foundry example
10 years ago
Roy Clarkson
370ce804e3
Update docs to use @EnableCircuitBreaker
10 years ago
Dave Syer
3714cee51d
Clarify impact of @ComponentScan on @RibbonClient
...
Fixes gh-281
10 years ago
Dave Syer
d0021f0415
Clarify turbine config
...
Also fixes gh-277 (metioning starters explicitly).
10 years ago