restatedev / restate

Restate is the platform for building resilient applications that tolerate all infrastructure faults w/o the need for a PhD.
https://docs.restate.dev
Other
1.46k stars 34 forks source link

Support gRPC reflections in ingress #192

Closed slinkydeveloper closed 1 year ago

slinkydeveloper commented 1 year ago

Support gRPC reflections service. This allows us to interplay nice with gRPC tools.

We should be able to support it by reusing the code in tonic-reflection: https://github.com/hyperium/tonic/tree/master/tonic-reflection

slinkydeveloper commented 1 year ago

See https://github.com/hyperium/tonic/issues/1328

slinkydeveloper commented 1 year ago

Fixed by #227