rpc
Here are 1,906 public repositories matching this topic...
-
Updated
Oct 13, 2020 - C++
-
Updated
Oct 13, 2020 - C++
-
Updated
Oct 13, 2020 - Go
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:
- test/brpc_socket_unittest.cpp(3 occurrences)
- docs/cn/load_balancing.md(1 occurrence)
- src/brpc/socket.h(1 occurrence)
All sentences with 'HealthCheckThread' should be rewritten to sync with the
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
Oct 13, 2020 - TypeScript
-
Updated
Oct 2, 2020 - PHP
-
Updated
Sep 24, 2020 - Go
-
Updated
Oct 13, 2020 - Go
-
Updated
Sep 21, 2020 - Go
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
Update logo
We have a fancy logo from the new tokio website, we should go through the code base and update it in every spot we use the old one.
https://github.com/tokio-rs/website/blob/master/public/img/icons/tonic.svg
-
Updated
Oct 9, 2020 - Go
-
Updated
Sep 9, 2020 - Go
-
Updated
Oct 13, 2020 - Go
-
Updated
Jul 7, 2020 - PHP
-
Updated
Dec 27, 2019 - Python
-
Updated
Sep 6, 2020 - Go
-
Updated
Oct 13, 2020 - C++
Improve this page
Add a description, image, and links to the rpc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rpc topic, visit your repo's landing page and select "manage topics."
英雄招募
成为 Doocs 项目维护者
本项目 advanced-java,包括 Doocs 开源组织下的所有项目,都欢迎各位朋友参与完善。
如果你提交的内容有价值,且具备规范性,将有机会提升为项目的维护者,直接参与项目的 review、merge 等维护工作,提交内容时也可以直接
push
到 doocs/advanced-java 主分支 master 下,无须提交 PR 等待 review。目前 advanced-java 只有 [yanglbme](http