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 5,030 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 Stale
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
jmunozro
jmunozro commented Jun 24, 2022

Gloo Edge Version

1.11.x (latest stable)

Kubernetes Version

1.23.x

Describe the bug

glooctl istio inject is getting the wrong sds image, from the enterprose version and not from OSS.

 k -n gloo-system get po -l gloo=gateway-proxy
NAME                             READY   STATUS             RESTARTS   AGE
gateway-proxy-5b6b4d4677-s4tj6   1/1     Running            0       
Type: Bug Good First Issue

Created by Google

Released August 2016

Latest release 6 days ago

Repository
grpc/grpc
Website
grpc.io
Wikipedia
Wikipedia