-
Notifications
You must be signed in to change notification settings - Fork 715
Closed
Labels
Description
I'm migrating my project from ribbon to spring cloud load balancer.
Our custom load balancing rule relies heavily on server stats (com.netflix.loadbalancer.ServerStats
).
Is such feature planned for spring cloud load balancer?
Could you give me a hint what would be the most straightforward way to implement this using current codebase?
I found org.springframework.cloud.client.loadbalancer.reactive.Response.onComplete
method but it's never called and CompletionContext
doesn't contain response object (which can be useful for extracting some additional stats)