-
Hello!
When I use elixir Mint directly using mutual TLS, it works fine, but if I try to use the Mint adapter with elixir-grpc, it doesn't.
This works:
https://github.com/user-attachments/asset…
-
## Problem
After the files are generated, despite the fact that we pass it to [Generator.Util.format/1](https://github.com/elixir-protobuf/protobuf/blob/18ad14f571cf296a1b87c9b5da559807da324be1/li…
-
- https://github.com/elixir-grpc/grpc
- https://github.com/elixir-protobuf/protobuf
-
Subscribe to this issue and stay notified about new [daily trending repos in Elixir](https://github.com/trending/elixir?since=daily).
-
**Describe the question**
We use [bugsnag](https://github.com/bugsnag-elixir/bugsnag-elixir) to report any crashes that occur. Bugsnag uses [SASL reports](https://www.erlang.org/doc/apps/sasl/error_l…
-
I think it is worth adding an authentication and authorization mechanism.
This could be done via Adapters, supporting different implementations. We could support basic authentication and Bearer token…
-
**Describe the bug**
We have a very low-latency gRPC service that we have written client code for in several different programming languages. When we load test it in most languages, we are able to …
-
**Describe the question**
Hi!! I'm trying to implemente a pub / sub architecture using gRPC. I would like to maintain the stream opened between client / server in order to push in any moment informat…
-
**Describe the question**
Hi everyone, I'm struggling with using ellixir-grpc/grpc to connect with gRPC server running on Google Cloud Run. I'm trying to run code like below.
```elixir
parsed_htm…
-
**Describe the bug**
We're using elixir grpc to communicate with the Google Cloud Speech V2 models. Intermittently, the call fails and it's not entirely clear why. Is this based on a bad / unexpected…