-
Given that there are issues with the replaced fields `grpc_timeout_header_max` as explained [here](https://github.com/envoyproxy/envoy/issues/16129) and there is no consensus on what is the way forwar…
-
We recently started using Microcks for our gRPC APIs and really love the functionality and extensibility.
One feature we are currently missing for gRPC APIs are headers. Since headers (or in gRPC li…
-
https://grpc.io/
https://github.com/hyperium/tonic/blob/master/examples/helloworld-tutorial.md
-
### Describe the bug
When using the same .proto file for both a class implementing the Mutiny API and another class using the default gRPC API in Quarkus, only the service implemented with the defaul…
-
Hello 👋
I have a GrpcService and I am trying to implement authentication using a bearer token.
```java
@Authenticated
@GrpcService
public class ...
```
and
```java
@ApplicationScoped
public class…
-
*Title*: Request to initiate deprecation of grpc_credentials/aws_iam GRPC credential extension
*Description*:
Per https://github.com/envoyproxy/envoy/blob/main/EXTENSION_POLICY.md#removing-existin…
-
Alpine:
```
/ # apk add --no-cache grpc
fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.…
shyim updated
2 weeks ago
-
**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-…
-
### Description
현재 crawler controller가 비슷한 요청을 여러면 받는 상황이라서 실제 오류가 일어난다. 이를 예방하기 위해서 gRPC를 사용하여, 오류를 막는 것이 좋을 것 같다.
### Todos
- [ ] crawler module을 gRPC로 만들기
- [ ] gRPC에 맞춰 crawler repository 수정하기…
-
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…