-
Updated
Feb 27, 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,619 public repositories matching this topic...
-
Updated
Feb 25, 2022 - C++
-
Updated
Feb 28, 2022 - Go
-
Updated
Feb 26, 2022 - Go
-
Updated
Feb 26, 2022 - Python
-
Updated
Feb 25, 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
Feb 28, 2022 - Go
-
Updated
Feb 12, 2022 - Go
-
Updated
Feb 14, 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
Dec 7, 2021 - Go
-
Updated
Feb 25, 2022 - Go
-
Updated
Feb 26, 2022 - TypeScript
-
Updated
Feb 28, 2022 - Go
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
-
Updated
Jan 7, 2022 - Java
@trustin suggested an awesome idea to write a StreamMessage<T> into a File or Path. line/armeria#4044 (comment)
interface StreamMessage<T> {
default CompletableFuture<Void> writeTo(Path destination, Function<? super T, ? extends HttpData> mapper, options...) {
// Delegate to StreamMessages.writeTo(...)
}
}Version
1.11.x (beta)
Is your feature request related to a problem? Please describe.
I would like to define all redis values from a single place, like:
apiVersion: v1
kind: Secret
metadata:
name: redis-credentials
namespace: crossplane-system
data:
endpoint: MTcyLjI2rrLjIwOCdsds40
password: MzUzOGI0YTYteMjFhYidsdsds00OWZiLWIwZTUtYzYxOTA2NTFjNDYy
port: NjMds
-
Updated
Feb 23, 2022 - C#
-
Updated
Feb 1, 2022 - Go
I need to generate swagger json using proto annotations.
generated schema should look like this