-
Updated
Aug 30, 2021 - JavaScript
gRPC

gRPC is a modern open source high performance RPC framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication. It is also applicable in last mile of distributed computing to connect devices, mobile applications and browsers to backend services.
Here are 4,053 public repositories matching this topic...
-
Updated
Aug 27, 2021 - C++
-
Updated
Aug 30, 2021 - Go
-
Updated
Aug 30, 2021 - Go
-
Updated
Aug 19, 2021 - Python
-
Updated
Aug 30, 2021 - Java
-
Updated
Aug 29, 2021 - Go
On contexts with many APIs and APIs calling other APIs in chains, having too many spans in the zipkin/jaeger dashboards may lead to a too complex usage of such dashboards and of not necessary big data volumes.
For Tyk's admin team, the steps representing the time spent in each Tyk middleware are much valuable.
But the upstream APIs teams just want to know the global time spent in Tyk interna
When using type google.protobuf.Timestamp
, BloomRPC maps this to an object, e.g.:
"create_time": {
"seconds": "1562723637",
"nanos": 928852400
}
However, the Google API Design Guide specifies that the string representation should be RFC 3339 format, e.g. "2014-07-30T10:43:17Z"
This JSON mapp
Add Error Boundaries
-
Updated
Aug 30, 2021 - Go
-
Updated
Aug 13, 2021 - Go
-
Updated
Aug 26, 2021
-
Updated
Aug 25, 2021 - Go
-
Updated
Aug 30, 2021 - Go
-
Updated
Aug 23, 2021 - TypeScript
-
Updated
Jun 23, 2021 - Java
Currently, UnframedGrpcService
returns an error message as plain text.
https://github.com/line/armeria/blob/54b70906bcd813f0b9b2c6715ad4086160ac49b2/grpc/src/main/java/com/linecorp/armeria/server/grpc/UnframedGrpcService.java#L255-L272
It would be nice to return a JSON object if the content type is JSON compatible.
{
"code": "FAILED_PRECONDITION",
"message": "Input validatio
As we all know golang has give us the feature that convert proto to json with https://github.com/golang/protobuf/blob/master/jsonpb/encode.go ,and with encode.go ,we can define diffrent style like casesensitive , emit empty , json indent and so on , we can see [Customizing Protobuf JSON Serialization in Go](https://seb-nyberg.medi
Is your feature request related to a problem? Please describe.
The Datadog agent is deployed as a Daemonset. It expects the app/Envoy to push traces to the k8s node where the app runs.
Today, we cannot dynamically configure the Envoy configmap to target the host IP.
Describe the solution you'd like
In our Envoy wrapper dockerfile: https://github.com/solo-io/solo-projects/blob/18a7aa
-
Updated
Jun 7, 2021 - C#
-
Updated
Aug 30, 2021 - Go
-
Updated
Aug 1, 2021 - Go
-
Updated
Aug 30, 2021 - Go
To Reproduce