spring-cloud-commons
spring-cloud-commons copied to clipboard
Make all ServiceInstanceListSuppliers implement `get(Request request)`
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.
Hello @Linzyoo, thanks for creating the issue. Makes sense. I will work on it.