Skip to content

Commit ba07f19

Browse files
authored
Remove LoadBalancerFeignRequestTransformer (#784)
LoadBalancerFeignRequestTransformer is not merged into 3.1. X
1 parent cc85cdc commit ba07f19

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/src/main/asciidoc/spring-cloud-openfeign.adoc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -827,14 +827,6 @@ TIP:: Using the `serviceId` as OAuth2 client registrationId is convenient for lo
827827

828828
TIP:: If you do not want to use the default setup for the `OAuth2AuthorizedClientManager`, you can just instantiate a bean of this type in your configuration.
829829

830-
=== Transform the load-balanced HTTP request
831-
832-
You can use the selected `ServiceInstance` to transform the load-balanced HTTP Request.
833-
834-
For `Request`, you need to implement and define `LoadBalancerFeignRequestTransformer`, as follows:
835-
836-
[source,java,indent=0]
837-
----
838830

839831
== Configuration properties
840832

0 commit comments

Comments
 (0)