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
Grpc has support for interceptors on both client and server.
Having such tools in this library could facilitate improvements in usage (for instance tracing and authorization).
The ideas proposed here would also cover other similar issues (#627, #6, #567).
Grpc has support for interceptors on both client and server.
Having such tools in this library could facilitate improvements in usage (for instance tracing and authorization).
The ideas proposed here would also cover other similar issues (#627, #6, #567).
I have taken inspiration from
cats-tagless
for theDom
andCod
typeclasses.https://github.com/typelevel/cats-tagless/blob/master/core/src/main/scala/cats/tagless/aop/Aspect.scala
The following example covers the server-side of an implementation, but a client aspect is very similar.
If you are interested I could put together a PR for this?
runtime module
codegen
userland
The text was updated successfully, but these errors were encountered: