-
Updated
Apr 2, 2022 - 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,462 public repositories matching this topic...
-
Updated
Apr 3, 2022 - C++
-
Updated
Apr 2, 2022 - Go
-
Updated
Apr 3, 2022 - C++
-
Updated
Apr 3, 2022 - Go
-
Updated
Apr 2, 2022 - Go
更新brpc在各个公司的落地场景
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
Mar 17, 2022 - TypeScript
-
Updated
Apr 2, 2022 - Go
-
Updated
Apr 1, 2022 - Go
-
Updated
Mar 15, 2022 - PHP
We hope more developers join CloudWeGo. This is a task issue that needs your help.
Issue Description
Write Unit Tests for some modules of Kitex, we mainly focus on Statement Coverage. The packages are shown below, you can choose and reply by comment.
Before you pick the task, please comply with the following requirements:
- The Unit Test you add must be meaningful.
- It is used
-
Updated
Nov 16, 2021 - Go
Some users may want to add multiple query param values for a single key
e.g. localhost:8080/v1?id=1&id=2&id=3
However, WebClient.prepare().queryParam()
performs a QueryParamsBuilder#setObject
by default, making it
difficult to execute such a query programmatically
WebClient.prepare()
.get("/")
.queryParam("id", 1)
.queryParam("id", 2)
.q
-
Updated
Apr 3, 2022 - Go
-
Updated
Apr 3, 2022 - Go
-
Updated
Mar 23, 2022 - Go
-
Updated
Jun 21, 2021 - Go
-
Updated
Dec 24, 2020 - PHP
-
Updated
Dec 27, 2019 - Python
- Wikipedia
- Wikipedia
https://github.com/apache/incubator-brpc/blob/master/community/cases.md
针对这个文件,提交PR,然后找我review即可。
更新过程: