We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46701f1 commit 077cd3bCopy full SHA for 077cd3b
producer/interceptor.go
@@ -50,7 +50,7 @@ func newTraceInterceptor(traceCfg *primitive.TraceConfig) primitive.Interceptor
50
51
producerCtx := primitive.GetProducerCtx(ctx)
52
if producerCtx.Message.Topic == dispatcher.GetTraceTopicName() {
53
- return next(ctx, req, reply)
+ return err
54
}
55
56
// SendOneway && SendAsync has no reply.
0 commit comments