The Wayback Machine - https://web.archive.org/web/20220527115655/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,911 public repositories matching this topic...

grpc-gateway
CHneger
CHneger commented May 12, 2022

🐛 Bug Report

I generate swagger for a post method with request body
but the method message has no "parameters.schema.description " field when I set the option " json_schema.description" for the message

To Reproduce

(Write your steps here:)

  1. this is my protobuf

<img width="734" alt="image" src="https://user-images.githubusercontent.com/38717535/168068152-6b95bf7b-4bd3-4d85-

NimJay
NimJay commented Nov 3, 2021
  • #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:
type: feature request priority: p3 good first issue
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

trustin
trustin commented Apr 16, 2022

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.

pszeto
pszeto commented May 19, 2022

Gloo Edge Version

1.11.x (latest stable)

Kubernetes Version

No response

Describe the bug

When specifying the REDIS_PASSWORD as a customEnv override via helm for the extauth and rate-limit deployment. The default REDIS_PASSWORD and overrides password value are both in the resultant deployment.

Steps to reproduce the bug

  1. Install 1.11.9 with the follow
Type: Bug Good First Issue

Created by Google

Released August 2016

Latest release 8 days ago

Repository
grpc/grpc
Website
grpc.io
Wikipedia
Wikipedia