aimuz
aimuz
Is it related to this? https://github.com/kubernetes/kubernetes/issues/114142
Is there such a service that enables aggregation of multiple jaeger query data? I plan to deploy one jaeger per machine in multiple clusters, but with this, I won't be...
https://github.com/istio/istio.io/pull/12273 Setting the cherrypick/release-1.16 tag doesn't seem to work properly
having the same problem.
http.Server.Shutdown does not achieve graceful exit for GPRC, especially in cases where certain GRPC clients maintain long connections. This issue is particularly severe, and the server encounters this problem every...
Yes, a normal http2 server can do this, but it seems that it cannot be directly supported under h2c.
```go h2 := &http2.Server{} server := &http.Server{ Addr: addr, Handler: h2c.NewHandler(withCORS(s.mux), h2), } err := http2.ConfigureServer(server, h2) if err != nil { return err } ``` A simple test was...
https://github.com/golang/go/issues/26682 There is some new content that doesn't seem to shut down gracefully.
You can use the following command for a quick replacement. ``` go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix ./... ```