-
Updated
Jan 25, 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,399 public repositories matching this topic...
-
Updated
Jan 29, 2022 - C++
-
Updated
Jan 18, 2022 - Go
-
Updated
Jan 30, 2022 - C++
-
Updated
Jan 30, 2022 - Go
-
Updated
Jan 30, 2022 - Go
The MinSendBackupAfterMs is now set to 1 ms. Unfortunately this causes backup requests to be send when there is low load. It would be useful if we could set the minimum a little bit higher for certain endpoints.
-
Updated
Jan 2, 2022 - TypeScript
-
Updated
Jan 29, 2022 - Go
-
Updated
Jan 30, 2022 - Go
-
Updated
Jan 24, 2022 - PHP
-
Updated
Nov 16, 2021 - Go
We hope mores developers join CloudWeGo. This is a task issue which need your help.
Issue Description
Write a business demo code use Kitex, which can guide users how to use Kitex.
Please submit your code to https://github.com/cloudwego/kitex-examples/bizdemo/{yourdemo}.
Picked
- TODO by @longlihale
- TODO by @L0uisJ0shua
@trustin suggested an awesome idea to write a StreamMessage<T> into a File or Path. line/armeria#4044 (comment)
interface StreamMessage<T> {
default CompletableFuture<Void> writeTo(Path destination, Function<? super T, ? extends HttpData> mapper, options...) {
// Delegate to StreamMessages.writeTo(...)
}
}-
Updated
Jan 29, 2022 - Go
-
Updated
Jan 22, 2022 - Go
-
Updated
Nov 10, 2021 - 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即可。
更新过程: