-
Updated
Jul 24, 2021 - Java
Remote Procedure Call (RPC)

Remote procedure call (RPC) is when a computer program causes a procedure to execute in a different address space (commonly on another computer on a shared network), which is coded as if it were a normal (local) procedure call, without the programmer explicitly coding the details for the remote interaction.
Here are 2,246 public repositories matching this topic...
-
Updated
Aug 13, 2021 - C++
-
Updated
Aug 14, 2021 - C++
-
Updated
Aug 12, 2021 - Go
-
Updated
Aug 15, 2021 - Go
是否有异常恢复中间件呢?
默认了异常恢复直接是500状态,空白页。能否让我们来做这个呢
Let's support at least reading "b3" header from a single string, most commonly traceid-spanid-1
It would also be nice to support optionally writing this, especially in message providers or others with constrained environments.
Expected behavior
As discussed on openzipkin/b3-propagation#21 and first implemented here: https://github.com/openzipkin/brave/blob/master/brave/src/main/java/bra
-
Updated
Apr 5, 2021 - TypeScript
-
Updated
Aug 15, 2021 - Go
-
Updated
Aug 15, 2021 - Go
-
Updated
Aug 2, 2021 - PHP
-
Updated
Aug 5, 2021 - Go
For example, we do not provide these methods.
final GraphQLSchema schema = ...
sb.service("/graphql", GraphqlService.builder()
.schema(schema)
.runtimeWiring(c -> {
final StaticDataFetcher bar = new StaticDataFetcher("bar");
c.
-
Updated
Aug 11, 2021 - Go
-
Updated
Aug 1, 2021 - Go
-
Updated
Jul 28, 2021 - Go
-
Updated
Dec 24, 2020 - PHP
-
Updated
Jun 21, 2021 - Go
-
Updated
Dec 27, 2019 - Python
-
Updated
Jul 13, 2021 - C++
- Wikipedia
- Wikipedia
HealthCheckThread is replaced by StartHealthCheck function in socket.cpp, but some of the docs/comments are not modified correspondingly. There are 3 files that HealthCheckThread is involved in:
All sentences with 'HealthCheckThread' should be rewritten to sync with the