-
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…
-
- 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).
-
## 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…
-
**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…
-
env:
Erlang/OTP 26 [erts-14.2.5] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit:ns]
Mix 1.16.3 (compiled with Erlang/OTP 24)
wsl2-arch
-------------------------------------
…
-
**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…