-
With the flag `--ts_proto_opt=outputClientImpl=grpc-web` ts-proto uses [@improbable-eng/grpc-web](https://github.com/improbable-eng/grpc-web). Which recommends to use another library:
> Please note…
-
**Describe the bug**
When I install grpc, the log kept getting stuck in the `Fixing pkgconfig file`, and did not enter the Installing step. Waiting time exceeds 30 minutes.
**Environment**
- OS: x64-…
-
### Please describe the end goal of this project
support https://github.com/opensearch-project/OpenSearch/issues/15190
based on https://github.com/opensearch-project/OpenSearch/pull/16534 for Node…
-
I set up the Argocd using the following Yaml files.
```
kubectl create namespace argocd &&
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install…
-
### Description
현재 crawler controller가 비슷한 요청을 여러면 받는 상황이라서 실제 오류가 일어난다. 이를 예방하기 위해서 gRPC를 사용하여, 오류를 막는 것이 좋을 것 같다.
### Todos
- [ ] crawler module을 gRPC로 만들기
- [ ] gRPC에 맞춰 crawler repository 수정하기…
-
i need to run integration tests on qdrant server but i do not want to go down with testcontainers heavy stuffs
so i just create mock servers and let clients request go through network but hit an …
-
We use `grpc.Dial` in a lot of places, which [is an anti-pattern](https://github.com/grpc/grpc-go/blob/master/Documentation/anti-patterns.md). We should switch to `grpc.NewClient` as recommended by th…
-
### Background and Motivation
The Accumulo RPC layer uses Apache Thrift as both the transport and protocol but I think it would be worthwhile to consider switching to gRPC in the future for the RPC…
-
**Is your feature request related to a problem? Please describe.**
This feature request would help making the grpc connections to dapr more reliable. I'm suggesting to either configure a default …
-
Hey,
thanks for creating this library! Is streaming (client streaming, server streaming, and bidirectional streaming) supported by this library?
I'm trying to create a streaming response, but it d…