nelsonkti commented on issue #509:
URL: 
https://github.com/apache/rocketmq-client-go/issues/509#issuecomment-2029255247

   @storezhang @ShannonDing 
你好,你使用阿里云哪个版本的?4.0还是5.x的呢?我的是阿里云4.0版本的,也配置了trace,但是还是显示尚未消费
   <img width="349" alt="image" 
src="https://github.com/apache/rocketmq-client-go/assets/58064299/fab94c43-b128-496f-ba5d-0c36bf2db2fc";>
   
   ```
   traceCfg := &primitive.TraceConfig{
                GroupName:    groupName,
                Access:       primitive.Cloud,
                NamesrvAddrs: endPoint,
                Credentials:  credentials,
        }
   
        c, err := rocketmq.NewPushConsumer(
                consumer.WithNameServer(endPoint),
                consumer.WithGroupName(groupName),
                consumer.WithNamespace(instance),
                consumer.WithCredentials(credentials),
                consumer.WithTrace(traceCfg),
        )
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to