Add feature to implement tonic::transport::NamedService
for middlewares
#91
Labels
C-enhancement
Category: A PR with an enhancement or a proposed on in an issue.
Tonic requires that services implement
NamedService
to be used with its router. I'm thinking it might be useful to have an optional feature calledtonic
that when enabled will addNamedService
impls for all middleware as done here. Though it might require adding it to tower as well for it to actually be useful 🤔The text was updated successfully, but these errors were encountered: