-
Updated
Jun 17, 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,188 public repositories matching this topic...
-
Updated
Jun 21, 2021 - C++
-
Updated
Jun 21, 2021 - C++
-
Updated
Jun 20, 2021 - Go
-
Updated
Jun 21, 2021 - Go
-
Updated
Jun 21, 2021 - Go
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
Jun 17, 2021 - Go
-
Updated
Jun 21, 2021 - Go
-
Updated
Jun 7, 2021 - PHP
-
Updated
Jun 15, 2021 - Go
When writing a test case with ServerRule
or ServerExtension
, a user sometimes wants to capture the ServiceRequestContext
s:
class MyJUnit5Test {
static final var serviceContexts =
new LinkedBlockingQueue<ServiceRequestContext>();
@RegisterExtension
static final var server = new ServerExtension() {
@Override
protected void configure(ServerBuilder sb) thr
in .tars file, if I define a function that return bool, like this:
interface TestService{
bool process(string cmd);
};
The go source code generates by tars2go can't build successfully. The error is:
cannot use _funRet_ (type bool) as type int32 in argument to _os.Write_int32
-
Updated
May 19, 2021 - Go
-
Updated
Dec 24, 2020 - PHP
-
Updated
Dec 27, 2019 - Python
-
Updated
Jun 21, 2021 - Go
-
Updated
Jun 21, 2021 - C++
-
Updated
May 13, 2021 - Java
- 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