Open
Description
Describe the bug
The SubsetServiceInstanceListSupplier
uses get()
method instead of get(Request request)
, so it can not pass by Request object to the next Delegating ServiceListSupplier.spring-cloud-loadbalancer:4.1.5
.
We would not get the request from the context in the delegate followed by SubsetServiceInstanceListSupplier
.