dcutic
8ba1c06183
Adds support for rate limits bellow 1 req/s
...
Adds requestedTokens configuration option. Previously, this was
hardcoded to 1.
Make the 'requested tokens' redis template argument configurable in
order to allow defining rate limits lower than 1 req/s, e.g. 1 req/m.
This is accomplished by setting:
- replenishRate = requestRate
- burstRate = requestRate * timeSpanInSeconds
- requestedTokens = timeSpanInSeconds
For 1 req/m this would be accomplished by:
- replenishRate = 1
- burstRate = 60
- requestedTokens = 60
fixes gh-1327
5 years ago
Nikita Konev
fc7ed5b0a6
Fixes retry filter retries on all operations when a response timeout occurs.
...
fixes gh-1372
fixes gh-1393
5 years ago
trotman23
35eab962a1
Adds ServiceInstance metadata to RouteDefenition in DiscoveryClientRouteDefenitionLocator.
...
fixes gh-1555
5 years ago
suntiancheng
070c4be396
Adds max initial line length configuration.
...
fixes gh-1554
5 years ago
Tim Ysewyn
3f5c0b26ce
Auto forward upstream headers in mvc and webflux proxy exchange.
...
fixes gh-1183
fixes gh-1193
5 years ago
Spencer Gibb
76c2222d00
Merge branch '2.2.x'
5 years ago
Spencer Gibb
138ea51ec2
formatting
5 years ago
Gaemi
28ae74b58b
Allows RewriteFunction to be applied when no request body.
...
Fixes gh-1309
5 years ago
Stefan_Stus
7eaecedd5e
Calls RewriteFunction even if body is empty.
...
fixes gh-1219
fixes gh-1220
5 years ago
Spencer Gibb
2e890864bd
formatting
5 years ago
Spencer Gibb
05ba82855e
Makes failing on route definition errors opt-out.
...
Since this is a behavior change, the new behavior needs to be opt in.
See gh-1376
5 years ago
MattyA
75a34df7e2
Moves routeId generation schedule to more specific location.
...
This allows only the routeId generation to be on an elastic scheduler
while everything else remains on the main thread.
That way if there are errors loading routes, this will halt execution.
Fixes gh-1574
Fixes gh-1575
5 years ago
owen.q
88be470c9b
Add error handling to invalid RouteDefinition parse
...
- invalid definitions are logged with warn level
fixes gh-1376
fixes gh-1496
5 years ago
echooymxq
fd1763d5b9
Supports timeouts from properties rather than yaml.
...
Fixes gh-1522
5 years ago
Spencer Gibb
6553bce9f6
Fixes test to call proper method.
5 years ago
Gaemi
0ddf816016
Modify newContentType to be reflected in downstream requests in ModifyRequestBodyGatewayFilterFactory
...
Fixes gh-1305
Fixes gh-1306
5 years ago
Spencer Gibb
757abaf5fc
Merge branch '2.2.x'
5 years ago
Alexander Holbreich
356c003260
fixing copy paste error on path_route
...
fixes gh-1581
5 years ago
Adriano Scheffer
7b673a8e87
Lazily test AsyncPredicate for 'and' and 'or' operations.
...
fixes gh-1571
5 years ago
Young Jun Seo
67241a3e6f
Fixed typo
...
fateway -> gateway
fixes gh-1565
5 years ago
Timothy
47f640c915
Adds protected reconstructURI method.
...
Allows URI mapping behavior to be overridden for ReactiveLoadBalancerClientFilter.
Fixes gh-1524
5 years ago
Ingyu Hwang
b017891fe7
Adjust position of AfterRoutePredicateFactory
...
fixes gh-1557
5 years ago
Spencer Gibb
799577edb7
Creates HttpClientCustomizer.
...
This allows users to customize the Reactor Netty HttpClient without loosing auto configuration.
fixes gh-1546
5 years ago
Guy Lewin
60653ee240
Allow HttpClient creation to be customized by subclasses.
...
fixes gh-1577
5 years ago
Spencer Gibb
fd71c30277
Fixes test to check rawquery values.
...
Since https://github.com/joel-costigliola/assertj-core/issues/1699 assertj uses the raw query instead of the encoded one.
fixes gh-1551
5 years ago
Spencer Gibb
27b49a5a7d
Ignores failing RouteToRequestUrlFilterTests.partialEncodedParameters()
...
see gh-1551
5 years ago
Spencer Gibb
269c46f712
Merge branch '2.2.x'
5 years ago
Spencer Gibb
d4f2b6860d
Merge branch '2.1.x' into 2.2.x
5 years ago
Spencer Gibb
2a3389e6a7
Updates CustomBlockHoundIntegration to whitelist more netty
5 years ago
Spencer Gibb
4243621d2f
Adds documentation of a custom route predicate.
...
fixes gh-400
5 years ago
Spencer Gibb
6c9ca19887
Updates documentation of configuration and shortcut types.
...
Adds documentation for HeaderFilters
fixes gh-799
5 years ago
Mahendra Patel
8c21563c51
Document Weight predicate #1072
5 years ago
Spencer Gibb
4e67364b49
Updates retry filter factory to document support for other HTTP methods.
...
fixes gh-1302
5 years ago
Spencer Gibb
cb559e21be
Merge branch '2.2.x'
5 years ago
Spencer Gibb
4fbadeec7e
Implements missing methods
5 years ago
Tim Peeters
01f314a475
Adds configurable maxLifeTime in HttpClientProperties.
...
fixes gh-1542
5 years ago
Spencer Gibb
08b7e4f295
Removes dependency on spring-cloud-netflix.
...
fixes gh-1539
5 years ago
buildmaster
d57c97f6d6
Bumping versions
5 years ago
Spencer Gibb
014528285c
Migrates from ribbon to spring cloud loadbalancer
5 years ago
Spencer Gibb
08a5f8b2de
Removes hystrix and ribbon references
5 years ago
Spencer Gibb
7d57ec259e
Removes maintenance mode bits of ribbon and hystrix
5 years ago
Spencer Gibb
0b3c03dc74
Updates to 3.0.0
5 years ago
Spencer Gibb
5786283774
Replaces deprecations
5 years ago
Spencer Gibb
ce7e5316fd
Ignores NettyRoutingFilterTests
...
Test is flakey on Jenkins, fails with connection reset by peer.
5 years ago
Ryan Baxter
124603254d
Update autoconfiguration for circuitbreaker filters. Fixes #1526
5 years ago
Spencer Gibb
85193a0d98
Updates Netty*Filter classes to use DefaultDataBuffer.
...
This avoids class cast exceptions when using MockServerHttpResponse.
Fixes gh-1491
It may also work for Tomcat, Jetty and Undertow.
See gh-145
5 years ago
Spencer Gibb
fb465e2291
Ignore hystrix tests for now.
5 years ago
Spencer Gibb
8af1005865
Merge branch '2.1.x'
5 years ago
Spencer Gibb
64a579d68d
Adds max response header configuration.
...
fixes gh-1457
5 years ago
buildmaster
86b0455e59
Bumping versions
5 years ago