elixir-grpc / grpc

An Elixir implementation of gRPC
https://hex.pm/packages/grpc
Apache License 2.0
1.38k stars 212 forks source link

Remove the `start_server: true` global config #246

Closed polvalente closed 2 years ago

polvalente commented 2 years ago

We should avoid global application config because it makes things more difficult when a dependency also depends on the library an user wishes to use.

One such case is the config :grpc, :start_server, true key