3p/nix/nix-daemon: enable grpc reflection
#15
Opened by kanepyork at
After cl/1356 is submitted, link to the libgrpc++_reflection library in the nix-daemon binary to enable the reflection protocol.
Force linkage by referencing the grpc::reflection::static_proto_reflection_plugin_initializer symbol.
kanepyork at 2020-07-28T01·26+00
What's the use case for this?
glittershark at 2020-07-28T01·26+00
A philosophical stance that API servers should be self-documenting to the extent possible, and the grpc reflection API is what enables that with standard tooling.
kanepyork at 2020-07-28T01·26+00
Seems like a good enough reason to me
glittershark at 2020-07-28T01·26+00