-
Currently, the [gRPC-Web specification](https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md) specifically states that it doesn't intend to accommodate third-party implementations and was conc…
-
# System
Plugin Version: 12.0.1
Application: IntelliJ IDEA Ultimate Edition (2021.3)
Operating System: Mac OS X (12.1)
# Event
## Exception
### Stacktrace
```
java.lang.Throwable: St…
-
**Describe the question**
The [gRPC core concepts docs](https://grpc.io/docs/what-is-grpc/core-concepts/#channels) page says that a gRPC channel can receive arguments:
> A gRPC channel provides …
-
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
-------------------------------------
…
-
Currently, we seem to compile Erlang dependencies after all Elixir deps. This leads to compiler warnings as the modules that Elixir expects (in particular this happens with `telemetry` don't exist yet…
-
**Describe the bug**
I've been testing out `GRPC.Client.Adapters.Mint`. On almost every service we try it, we get crashes like this:
```
GenServer #PID terminating
** (stop) exited in: GenServer…
-
**Describe the solution you'd like**
I was looking at evaluating Temporal, but my company uses [Elixir](https://elixir-lang.org/) (built on [Erlang/OTP](https://www.erlang.org/)). So I tried to see…
-
With the introduction of grpc-web, web browsers can access the services. Given the CORS nature of web clients, they will likely be blocked if the accessing web-client is hosted separately.
Issue b…
-
I'm attempting to use the gRPC API for Google Cloud PubSub but I continue to receive a 404 `http_error`. I _think_ this is similar to [this issue](https://github.com/elixir-grpc/grpc/issues/71#issueco…
-
**Is your feature request related to a problem? Please describe.**
It would be nice if elixir-grpc supported client-retries in the same way that Java/Go/C/.NET clients do.
**Describe the soluti…