-
Updated
Feb 20, 2021 - Java
rpc
Here are 2,054 public repositories matching this topic...
-
Updated
Mar 12, 2021 - C++
-
Updated
Mar 11, 2021 - C++
-
Updated
Feb 27, 2021 - Go
-
Updated
Mar 12, 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
Mar 9, 2021 - TypeScript
-
Updated
Mar 13, 2021 - Go
-
Updated
Mar 13, 2021 - Go
-
Updated
Dec 9, 2020 - PHP
-
Updated
Mar 12, 2021 - Go
-
Updated
Mar 11, 2021 - Go
Netty's event loop threads are spawned lazily, i.e. they are created on the first task is scheduled on. A user sometimes wants to ensure the event loop threads are started when the server starts up.
We experienced a problem due to fd leak on server side. Here is the detail:
- When client send requests with packet size greater than
MaxPackageLengthwhich result in aPACKAGE_ERRORon server side - Server close the connection by calling
(*net.TCPConn).Close() - But the connection is NOT closed since we make a copy of the underlying fd in
(*transport.tcpHandler).Handle - All subsequ
-
Updated
Sep 9, 2020 - Go
-
Updated
Dec 24, 2020 - PHP
-
Updated
Dec 27, 2019 - Python
-
Updated
Sep 6, 2020 - Go
-
Updated
Mar 10, 2021 - 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."
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