spring-cloud-commons icon indicating copy to clipboard operation
spring-cloud-commons copied to clipboard

Make all ServiceInstanceListSuppliers implement `get(Request request)`

Open Linzyoo opened this issue 8 months ago • 1 comments

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.

Linzyoo avatar May 07 '25 14:05 Linzyoo

Hello @Linzyoo, thanks for creating the issue. Makes sense. I will work on it.

OlgaMaciaszek avatar May 07 '25 19:05 OlgaMaciaszek