Open booksongs opened 9 months ago
Can you explain more about what you're trying to do? Where would this value be added?
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?