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
Hey everyone, I've recently created an open source library on top of grpc-kotlin that allows you to propagate a context across microservice boundaries throughout an entire request lifetime. The existing io.grpc.Context only propagates a context across API boundaries within the same container and does not cross microservice boundaries.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey everyone, I've recently created an open source library on top of grpc-kotlin that allows you to propagate a context across microservice boundaries throughout an entire request lifetime. The existing io.grpc.Context only propagates a context across API boundaries within the same container and does not cross microservice boundaries.
It's called KonigKontext, check it out here: https://github.com/konigsoftware/konig-kontext!
Example use cases include:
However, Konig Kontext is built to support any type of context value, so it can be extended to fit any specific use cases as well.
Let me know what you think!
Beta Was this translation helpful? Give feedback.
All reactions