-
Updated
Mar 23, 2022 - 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,704 public repositories matching this topic...
-
Updated
Mar 24, 2022 - C++
-
Updated
Mar 18, 2022 - Go
-
Updated
Mar 24, 2022 - Go
-
Updated
Mar 23, 2022 - Python
-
Updated
Mar 24, 2022 - Go
Allow to close tabs by hovering over a tab and clicking the middle mouse button.
Just like in web browsers. :)
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
-
Updated
Mar 24, 2022 - Go
-
Updated
Mar 5, 2022 - Go
-
Updated
Mar 16, 2022
-
Updated
Jan 16, 2022 - Go
Before you submit this issue, you has been search all existed issues and search the documentation
- [] I've been search all existed issues
- [] I've been read all documentation
Describe your question
How should I use alicloud MNS?
-
Updated
Mar 8, 2022 - Go
-
Updated
Mar 24, 2022 - Go
-
Updated
Mar 24, 2022 - Go
-
Updated
Mar 24, 2022 - TypeScript
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
Users need a shutdown hook to close a server. The pattern is fairly often used in the Armeria examples.
https://github.com/line/armeria/blob/10f1d3c1e5d3cac6402bc7d1dc9f8d86a96e5857/examples/static-files/src/main/java/example/armeria/server/files/Main.java#L20-L23
We can add a shortcut method for automatically closing a server or a client.
server.closeOnShutDown()
server.closeOnShutDo
-
Updated
Jan 7, 2022 - Java
Version
1.8.x
Is your feature request related to a problem? Please describe.
validationServerGrpcMaxSizeBytes is too low, so when deploying gloo in an env with more than 1000 vs/us for example the gateway will break and nothing will be served to envoy.
increasing validationServerGrpcMaxSizeBytes to 100mb by default has no impacts on the product and will avoid breaking the control p
-
Updated
Mar 5, 2022 - C#
-
Updated
Mar 16, 2022 - Go
I need to generate swagger json using proto annotations.
generated schema should look like this