-
Updated
May 10, 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,845 public repositories matching this topic...
-
Updated
May 10, 2022 - C++
-
Updated
May 10, 2022 - Go
-
Updated
May 10, 2022 - Go
- #574 was completed in Sept 2021.
- Related to #574, the Cymbal team suggested a few additional improvements in Oct 2021 that might be worth adding:
- "Hover" and "press" states for buttons (see Google-internal Figma comment)
- "Online Boutique" logo color change (see [Google-i
-
Updated
May 7, 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
May 10, 2022 - Go
-
Updated
Apr 29, 2022 - Go
-
Updated
Apr 22, 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
May 10, 2022 - Go
If you are using Conductor at the company you work with, add the name of your company and your Github handle to the list at https://github.com/netflix/conductor/blob/main/WHOSUSING.md
-
Updated
May 10, 2022 - Go
-
Updated
May 8, 2022 - Go
-
Updated
Apr 28, 2022 - TypeScript
-
Updated
May 10, 2022 - Go
AnnotatedServiceBindingBuilder and VirtualHostAnnotatedServiceBindingBuilder currently don't share a common interface for its methods, such as pathPrefix() and exceptionHandlers(). This means, a contributor can add a builder method to one builder but not to the other by mistake. By making both builder extend a new interface AnnotatedServiceConfigSetters, we could prevent such a mistake.
-
Updated
Jan 7, 2022 - Java
Gloo Edge Version
1.12.x (beta)
Kubernetes Version
No response
Describe the bug
Need to move VALIDATION_MUST_START definition from gateway deployment to gloo deployment now that gateway pod is removed
https://github.com/solo-io/gloo/blob/master/install/helm/gloo/templates/5-gateway-deployment.yaml#L92
If there are any values that might be set with gateway.deployment.custom
-
Updated
May 10, 2022 - Go
-
Updated
Apr 7, 2022 - C#
Extend google.protobuf.EnumOptions so we can set examples on enums.
Workaround: set the example on every message using the enum.