CooCOccO opened a new issue, #842:
URL: https://github.com/apache/rocketmq-client-go/issues/842

   更新到 master 分支,消费消息成功之后阿里云的消息轨迹依然提示"消费失败 消费结果未返回"
   
   是哪边配置不对么
   
   ```go 
        c, err := rocketmq.NewPushConsumer(
                consumer.WithInstance(instanceId),
                consumer.WithNamespace(instanceId),
                consumer.WithGroupName(groupId),
                consumer.WithNameServer([]string{tcpEndpoint}),
                consumer.WithCredentials(primitive.Credentials{
                        AccessKey: accessKey,
                        SecretKey: secretKey,
                }),
                consumer.WithTrace(&primitive.TraceConfig{
                        GroupName:    groupId,
                        Access:       primitive.Cloud,
                        NamesrvAddrs: []string{tcpEndpoint},
                        Credentials: primitive.Credentials{
                                AccessKey: accessKey,
                                SecretKey: secretKey,
                        },
                }),
        )
   
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to