Browse Source

Remove LoadBalancerFeignRequestTransformer (#784)

LoadBalancerFeignRequestTransformer is not merged into 3.1. X
pull/817/head
小魏,小魏,我们要去哪里呀 2 years ago committed by GitHub
parent
commit
ba07f19c50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      docs/src/main/asciidoc/spring-cloud-openfeign.adoc

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

@ -827,14 +827,6 @@ TIP:: Using the `serviceId` as OAuth2 client registrationId is convenient for lo @@ -827,14 +827,6 @@ TIP:: Using the `serviceId` as OAuth2 client registrationId is convenient for lo
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.
=== Transform the load-balanced HTTP request
You can use the selected `ServiceInstance` to transform the load-balanced HTTP Request.
For `Request`, you need to implement and define `LoadBalancerFeignRequestTransformer`, as follows:
[source,java,indent=0]
----
== Configuration properties

Loading…
Cancel
Save