Alex Leong

Results 159 comments of Alex Leong

We should keep this in mind for our next round of performance regression testing/profiling.

Hi @nadilas! I believe this is effectively a duplicate of https://github.com/linkerd/linkerd/issues/766. Do you agree?

That is unfortunate. I'm not familiar with the architecture of grpc-web, is it at all possible to disable the http/1.1 preflight requests? Unfortunately, until Linkerd supports protocol detection or upgrading,...

@nadilas I'm not aware of anyone actively working on it, so probably not in the near term.

@mrezaei00 This is an interesting idea. The `delegator.json` endpoint is intended to return the delegation tree for a particular path and dtab. My interpretation of the HTTP status code 200...

@mmrozek a simple timeout would not work for the active cache. The active cache requires the guarantee that any observation that has a pending request MUST not be removed from...

Hey @edio! Linkerd's data path doesn't use the gRPC runtime, it simply treats the traffic as H2 and proxies it to the destination. I think in this case, it's the...

To give some background here, this works like this because Linkerd uses the Kubernetes `endpoints` API: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.10/#watch-145 This API gives back a list of addresses for a service. Unfortunately, there's...

starting point: https://www.ibm.com/support/knowledgecenter/SSYKE2_8.0.0/com.ibm.java.vm.80.doc/docs/diag_tools_intro.html