-
### Is your feature request related to a problem? Please describe.
When the gRPC client is behind a https forward proxy server (like squid), the client cannot access the server after set env HTTP…
-
### Summary
Node has to use core's/comet's RPC additionally to gRPC. That is very confusing.
The current app API is not sufficient and lead to bad design decisions in celestia-node which led to p…
-
PR #1243 introduced proxy support allowing for gRPC-over-HTTP, i.e. an unencrypted proxy. While gRPC is encrypted by means of HTTP/2, and remains so when tunneled, the initial connection to the proxy …
-
**Issue Description / 이슈 설명**
발생한 문제에 대해 간단히 설명해주세요
```
istio_requests_total
istio_response_bytes_bucket
istio_request_bytes_count
istio_request_duration_milliseconds_bucket
istio_req…
-
I would like to force the http2 session used by the @grpc/grpc-js subchannel after an amount of time. Infact many servers/proxies (like nginx) use the http2_max_requests parameter to close the http2 s…
-
## Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
## Issue details
Regarding #…
-
Hello,
I've recently upgraded our project from Quarkus version `3.8.5` to the latest LTS version `3.15.0`. Additionally, I updated `io.quarkiverse.googlecloudservices:quarkus-google-cloud-pubsub` t…
iqnev updated
1 month ago
-
Hi, I have a service endpoint as ```endpoint:80/subgrpc``` when I pass in whole grpcurl as this:
```
grpcurl -d '{body}' -H 'authorization: Bearer jwtKey' -plaintext endpoint:80/subgrpc service/ser…
-
## 你正在使用哪个版本的 V2Ray?
v5.21.0
## 你的使用场景是什么?
上网
## 你看到的异常现象是什么?
连接失败
## 你期待看到的正常表现是怎样的?
连接成功
## 请附上你的配置
**服务端配置:**
```javascript
// 在这里附上服务器端配置文件
```
**客…
-
It appears that #9739 added `RESOURCE_EXHAUSTED` to the list of status codes to retry, but it fails to distinguish between the gRPC-generated `RESOURCE_EXHAUSTED` that's generated when a request paylo…