Rueian
Rueian
Hi, it seems that my pulsar-manger can't get anything about a topic partition:  logs of my pulsar-manager: ``` 2020-05-15 16:41:49.564 UTC [2344] ERROR: LIMIT #,# syntax is not supported...
To address the #530, I follow the #451 and separate goroutines for both bidi streams. I also reuse the same `chan cache.Response` for all watches and remove the reflection.
The LinearCache will clear the watches under the `name` of changed resources in `notifyAll` calls (L147): https://github.com/envoyproxy/go-control-plane/blob/996a28b416c6313efc2411e63329b0c2dc5fe24b/pkg/cache/v3/linear.go#L140-L148 However, just cleaning the the watches under the `name` is not enough. It...
Hi, while trying integrate this library into my project, I got an error from gcc saying there were multiple xxhash definitions because another package I used also includes the xxhash...
Hi, When ending a span, I noticed that there might be an unnecessary and expensive `time.Since` invocation (inside the `internal.MonotonicEndTime`) that we can avoid: Saying that I want to instrument...
Hi all, thank you for making this dream framework come true. I have been looking forward to this kind of tool in Go for a long time. But sadly I...
Currently, we have these hard coded and repeated sections in the `.circleci/config.yml` for testing each `go.mod`. https://github.com/redis/rueidis/blob/16d5f135a57f14205bab0850108c86e10913f56c/.circleci/config.yml#L14-L35 It will be better if we can detect every `go.mod` files automatically and...
Choose flush delay automatically by statistics from previous flush histories. It generally achieves better throughput than just using `MaxFlushDelay` provided by users directly while still keeping reasonable CPU usage. ---...
## Why are these changes needed? Introduce the following association functions to centralize many ad-hoc `MatchingLabels` that are scattered around: * RayClusterHeadPodsAssociationOptions * RayClusterWorkerPodsAssociationOptions * RayClusterGroupPodsAssociationOptions * RayClusterAllPodsAssociationOptions These functions...
As per https://github.com/ray-project/kuberay/pull/1664 and https://github.com/ray-project/kuberay/pull/1665, the latest kuberay operator will not respect `DeploymentUnhealthySecondThreshold` and `ServiceUnhealthySecondThreshold` fields at all. Ideally, we should inform users that these fields are deprecated, and we...