-
Hi, Is it possible add AttemptMetadataKey = "x-retry-attempt"
https://github.com/grpc-ecosystem/go-grpc-middleware/blob/main/interceptors/retry/retry.go#L22
in StreamClientInterceptor ?
exactly…
-
I sometimes get a `TypeError: list indices must be integers or slices, not str` when I call run from model object.
This is my code:
```
def get_text_embeddings(text: str, model_name: str = "doc") -…
-
## Summary
Provide gRPC interceptors to automatically capture errors and panics from servers and clients, both for unary and stream requests.
## Motivation
gRPC is a high-performance,…
-
**Describe the bug:**
Hello,
I'm new at Google API, and I was trying to test KeywordPlanIdeaService.
I try to follow the example provided in your doc (https://developers.google.com/google-a…
-
Hi devs,
Thanks a lot for developing tonic for rust grpc.
I'm looking for a solution of `tonic` to set header in an interceptor when a request leaves the grpc server, is there a helper for this …
-
### What version of gRPC and what language are you using?
1.50.0 (using asyncio APIs)
### What operating system (Linux, Windows,...) and version?
macOS Monterey (12.6)
### What runtime / …
-
Hello, I have a **grpc** service and I want to implement JWT token authentication, for now, I just need to validate that the token is valid. With **http** this is possible via Symfony authenticator or…
-
**Feature description:**
How to integrate with grpc interceptor?
**Problem it solves or use case:**
Use like this
(https://github.com/bufbuild/protoc-gen-validate/blob/main/java/pgv-java-grpc/…
-
Description
I have a gRPC endpoint that I call via a REST API. The relevant gRPC service definition is as follows:
```
rpc myEndpoint(SampleRequest) returns (SampleResponse) {
option (goog…
-
See https://github.com/cockroachdb/cockroach/pull/135682.
When `DistSender.RangeFeed` wants to establish a rangefeed to a node-local replica, it uses the internal client adapter:
https://github.…