You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.
I was just wondering if anyone has an example of a running tower-grpc server that uses some of the tower middleware? I know that we currently do not have the chaining logic of tower-web; but some kind of chaining should be possible, right?
(Been trying for a while ... keep failing at stuff not Cloneable or not the proper kind of Service :/ )
The text was updated successfully, but these errors were encountered:
I forked tower-grpc to try out a few ideas; I now have middleware support (a naive implementation...) for server side code generation here: https://github.com/jakobdalsgaard/tower-grpc -- I'll make an example too -- just need time.
The implementation merely wraps Service response types with middleware, and does nested constructor calls on service instantiation; doesn't seem perfect, but for now it works :-)
I was just wondering if anyone has an example of a running tower-grpc server that uses some of the tower middleware? I know that we currently do not have the chaining logic of tower-web; but some kind of chaining should be possible, right?
(Been trying for a while ... keep failing at stuff not Cloneable or not the proper kind of Service :/ )
The text was updated successfully, but these errors were encountered: