-
Updated
Sep 10, 2020 - C++
gRPC
gRPC is a modern open source high performance RPC framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication. It is also applicable in last mile of distributed computing to connect devices, mobile applications and browsers to backend services.
Here are 3,062 public repositories matching this topic...
-
Updated
Sep 10, 2020 - Go
-
Updated
Sep 10, 2020 - C#
-
Updated
Sep 10, 2020 - Java
-
Updated
Sep 10, 2020 - Go
-
Updated
Sep 10, 2020 - Go
-
Updated
Sep 7, 2020 - TypeScript
-
Updated
Aug 23, 2020 - Go
-
Updated
Aug 31, 2020
-
Updated
Sep 1, 2020 - Go
-
Updated
Sep 9, 2020 - TypeScript
-
Updated
Jun 14, 2020 - Java
-
Updated
Sep 10, 2020 - Go
-
Updated
Aug 9, 2020 - C#
In our codebase, we push RequestContext and immediately run some code with try-with-resources.
For example:
try (SafeCloseable ignored = ctx.push()) {
logger.trace(decorate(msg));
}If RequestContext provides run(Runnable) or call(Callable) we can reduce boilerplate code and simplify it.
ctx.run(() -> logger.trace(decorate(msg));This is inspired by g
We should also hook up a grpc-go client to test the interop with the tonic server.
Currently, in https://github.com/hyperium/tonic/blob/master/interop/test.sh we only test tonic client -> grpc-go server and tonic client to tonic server. We should add an additional client test that will go from a grpc-go client to tonic server.
Issue Description
是否有计划用actions 完全取代 TravisCI
感觉actions 速度上比 TravisCI更好点 ,另外也是github原生的。
Type: feature request
Describe what feature
-
Updated
Sep 7, 2020 - Go
Feature Request
Implement something similar to UNIX du command. Name might be something else, e.g. talosctl usage (with alias du).
Description
Based on existing List() API, aggregate size by directories, count size of all elements, support --depth flag.
-
Updated
Sep 10, 2020 - Go
-
Updated
Sep 7, 2020 - Go
-
Updated
Aug 24, 2020 - Java
-
Updated
Aug 30, 2020 - Java




The
TestTimeouttest is sometimes failing randomly.To Reproduce
$ go test -run TestTimeout -count 100 ./examples/internal/integrationExpected behavior
Test not to be flaky
Actual Behavior
The tests fails with an incorrect status code error:
See https://app.circle