-
I used the following code to generate the python classes
```
protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:3.4.0'
}
plugins {
python {
}
}
generateProtoTasks {
…
-
apply grpc connection to another service
-
Firstly, there is nothing in the docs regarding what metrics are collected, and how to disable metrics collections. I asked in https://github.com/yidongnan/grpc-spring-boot-starter/issues/239 if more …
-
### Problem description
In TLS connection scenaio, the client implemented by nodejs(which depends on grpc-js) cannot connect to server.
I got the error messages from c++ server `ssl_transport_secur…
-
## 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,…
-
Hello, I recently updated from amazon-kinesis-producer 0.14.1 to 0.14.12
This dramatically increases the number of transient dependencies I am now responsible for, mostly for the Glue stuff that I …
ryber updated
2 years ago
-
Please answer these questions before submitting your issue.
### What version of gRPC are you using?
1.23.0
### What did you expect to see?
Error response after uncaught exception
Refer to t…
-
Using the plugin in a Mac with M1 chip we found the same error than in issue [20355](https://github.com/gradle/gradle/issues/20355#issuecomment-1086940022)
**Environment**
```
openjdk version "11…
-
Hello,
Can some one please guide me to find an example for server interceptor in GRPC in Coroutine base impl..
It would be great, if we can have example for the same as well..
Thanks and Regar…
-
### What version of gRPC and what language are you using?
com_github_grpc_grpc: 1.46.0
language: Kotlin and Go (using the GRPC Gateway package https://github.com/grpc-ecosystem/grpc-gateway)
…