From ba07f19c50f2b938898200c3c696ab3ae2685c5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=AD=8F=2C=E5=B0=8F=E9=AD=8F=2C=E6=88=91?= =?UTF-8?q?=E4=BB=AC=E8=A6=81=E5=8E=BB=E5=93=AA=E9=87=8C=E5=91=80?= <30821411+galaxy-sea@users.noreply.github.com> Date: Mon, 12 Dec 2022 20:24:51 +0800 Subject: [PATCH] Remove LoadBalancerFeignRequestTransformer (#784) LoadBalancerFeignRequestTransformer is not merged into 3.1. X --- docs/src/main/asciidoc/spring-cloud-openfeign.adoc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/src/main/asciidoc/spring-cloud-openfeign.adoc b/docs/src/main/asciidoc/spring-cloud-openfeign.adoc index 271f42c0..49d1040d 100644 --- a/docs/src/main/asciidoc/spring-cloud-openfeign.adoc +++ b/docs/src/main/asciidoc/spring-cloud-openfeign.adoc @@ -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