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

jina
divyasreedev
divyasreedev commented Mar 14, 2022

Problem: It is pretty challenging to find resource material and valuable articles, videos and such, and we spend a lot of time searching and finding the appropriate resource for us.

Proposed solution: Faceted search can come a long way when looking for a quick way to find a solution designed for our needs. Ratings on the resource can help us select the best solution based on our search

good first issue
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

ikhoon
ikhoon commented Jun 3, 2022

A failed HttpResponse can be converted into a normal HttpResponse using HttpResponse.recover(...).
For example:

HttpResponse failed = HttpResponse.ofFailure(new IllegalArgumentException("..."));
failed.recover(cause -> {
   if (cause instanceof IllegalArgumentException) {
       return HttpResponse.of(HttpStatus.BAD_REQUEST);
   }

   if (cause instanceof IllegalStateExcepti
guydc
guydc commented Jun 2, 2022

Version

1.11.x (latest stable)

Is your feature request related to a problem? Please describe.

Gloo supports configuring either HTTP1 or HTTP2 options per upstream. If options for both protocols are provided, the Gloo translation fails.

Describe the solution you'd like

Envoy supports configuring both http_protocol_options and http2_protocol_options on the same [cluster](http

Type: Enhancement Good First Issue

Created by Google

Released August 2016

Latest release 22 days ago

Repository
grpc/grpc
Website
grpc.io
Wikipedia
Wikipedia