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
I want to implement the interceptor function in Thrift, for example, adding a link traceId. How should this be implemented? Can you provide some guidance?
The text was updated successfully, but these errors were encountered:
Can you explain more about what you're trying to do? Where would this value be added?
I want to implement a trace capability, where the trace ID can be passed down the RPC chain and printed in the log. I've noticed other RPC frameworks have this kind of feature, usually implemented based on interceptors. So, how should we implement this functionality in our drift?
I want to implement the interceptor function in Thrift, for example, adding a link traceId. How should this be implemented? Can you provide some guidance?
The text was updated successfully, but these errors were encountered: