Stefan Stus

Results 8 comments of Stefan Stus

@xinghen110 For Ribbon to make it work you should do a few things 1. Override LoadBalancerClientFilter to add code like: ``` @Override public ServiceInstance choose(ServerWebExchange exchange) { String host =...

@spencergibb I've played around new ReactiveLoadBalancerClientFilter and found you that for now, it disallows to use custom load balancing strategies per-route since it is not by-pass request data to the...

@neelimaj97 sorry, but no. In comment https://github.com/spring-cloud/spring-cloud-gateway/issues/1176#issuecomment-612791740 I put all except logic specific to my case, which is definitelly shouldn't be here.

Hi Guys, any chance it will be considered as a part of the client? it is a really important feature for our services all users of this client.

Hi @BrianNichols First of all thanks for a quick response. When you wrote about latency bucket functionality you meant [this one](https://github.com/aerospike/aerospike-client-java/blob/master/benchmarks/src/com/aerospike/benchmarks/LatencyManagerAerospike.java)? From what I understand that currently, your expectation is...

Hi, I've faced this issue as well I found it is not self-consistent not only between SLO value and total counter. Here you can see query to return percent in...

Also, I've played with Heatmaps visualization for the latency and realized that the same stuff happens with percentiles as well as with bucket values.

Hi @amizurov @spencergibb , Currently, I'm s bit overwhelmed with other activities. The change I planned to propose and contribute was not just about the headers but about changing the...