-
Updated
Jan 11, 2021 - Java
rpc
Here are 2,004 public repositories matching this topic...
-
Updated
Jan 23, 2021 - C++
-
Updated
Jan 22, 2021 - C++
-
Updated
Jan 20, 2021 - Go
-
Updated
Jan 22, 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
Nov 29, 2020 - TypeScript
-
Updated
Jan 23, 2021 - Go
-
Updated
Jan 20, 2021 - Go
-
Updated
Dec 9, 2020 - PHP
-
Updated
Jan 23, 2021 - Go
-
Updated
Dec 31, 2020 - Go
We currently have this code https://github.com/hyperium/tonic/blob/master/tonic/src/status.rs#L344 which maps h2::Error into proper Code's. We should test and ensure that if the user enables the transport feature we can downcast the errors into h2 variants and mapping them to correct status codes.
A user can easily serve a static file in an annotated service as follows:
@Get("...")
@Head("...")
HttpResponse getFile(ServiceRequestContext ctx) {
return HttpFile.of(...).asService().serve(ctx, ctx.request());
}However, it'd be even nicer if a user can do this:
@Get("...")
@Head("...")
HttpFile getFile() {
return HttpFile.of(...);
}-
Updated
Dec 28, 2020 - Go
-
Updated
Sep 9, 2020 - Go
-
Updated
Dec 24, 2020 - PHP
-
Updated
Dec 27, 2019 - Python
-
Updated
Sep 6, 2020 - Go
-
Updated
Jan 22, 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