The Wayback Machine - https://web.archive.org/web/20211218164812/https://github.com/topics/grpc
Skip to content
#

gRPC

grpc logo

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,406 public repositories matching this topic...

grpc-gateway
ccampo133
ccampo133 commented Oct 22, 2021

🚀 Feature

Currently the protoc-gen-openapiv2 can output a JSON Swagger/OpenAPI v2 API definition file. It would be nice to have an option to produce a YAML version instead.

One main benefits of YAML over JSON is the support for comments. I originally came here with the intent to suggest a feature of generator plugin to add a Code generated by protoc-gen-openapiv2. DO NOT EDIT. header

educroquet
educroquet commented Nov 4, 2020

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

jameshbarton
jameshbarton commented Dec 8, 2021

Is your feature request related to a problem? Please describe.
A user asks this:

The OIDC login flow returns some cookies (id-token and access-token) which are set as httpOnly (so not accessible from javascript code). This means the tokens can't be reused with some microservices calls (from the page) which would also use Gloo Edge to just validate the token. Is there a way to remove the ht

Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. The service engine supports http, TCP, WS,Grpc, Thrift,Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, and integrates it. Hash, random, polling, Fair Polling as a load balancing algorithm, built-in service governance to ensure reliable RPC communication, the engine contains Diagnostic, link tracking for protocol and middleware calls, and integration SkyWalking Distributed APM

  • Updated Jun 7, 2021
  • C#

Created by Google

Released August 2016

Latest release 2 days ago

Repository
grpc/grpc
Website
grpc.io
Wikipedia
Wikipedia