Remove LoadBalancerFeignRequestTransformer (#784)

LoadBalancerFeignRequestTransformer is not merged into 3.1. X
This commit is contained in:
小魏,小魏,我们要去哪里呀
2022-12-12 20:24:51 +08:00
committed by GitHub
parent cc85cdce8f
commit ba07f19c50

View File

@@ -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