You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/01/18 06:41:22 UTC

[GitHub] [rocketmq-client-go] storezhang commented on issue #509: 2.1.0-rc4版本,使用阿里云RocketMQ,一直无法消费

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


   // 消息追踪
   // 注意:阿里云线上的RocketMQ一定要加此选项,不然会导致消费不成功
   consumer.WithTrace(&primitive.TraceConfig{
      // TraceTopic:   n.Topic,
      GroupName:    n.Group,
      Access:       primitive.Cloud,
      NamesrvAddrs: n.Endpoints,
      Credentials:  credentials,
   }),
   
   
   On Fri, Dec 25, 2020 at 10:25 AM Dan <no...@github.com> wrote:
   
   > @storezhang <https://github.com/storezhang>
   > 怎么加的trace呢,能贴点代码看看嘛老哥,我这里还不行
   >
   > —
   > You are receiving this because you were mentioned.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/rocketmq-client-go/issues/509#issuecomment-751150281>,
   > or unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/ABAUTZQSAW5MYPVEWWFQHFLSWPZZVANCNFSM4OWM7QVQ>
   > .
   >
   
   
   -- 
   _______________________________________________________________
   
   Zhang Zongliang                *storezhang@gmail.com <st...@gmail.com>*
   


----------------------------------------------------------------
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.

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