elixir-grpc / grpc-reflection

elixir graph reflection support
Apache License 2.0
9 stars 6 forks source link

Feature/non global config #7

Closed mjheilmann closed 9 months ago

mjheilmann commented 9 months ago

Refactor the interface to reflection, so instead of having a single global config, we are exposed by a using directive giving a lot more control over where and how the reflection core is configured and exposed.

This does remove the option for running the service stateless, now the agent is required as all actions pipe through the relevant agent. There is no global config to fall back on.

Closing #6