fwhezfwhez commented on issue #582:
URL: 
https://github.com/apache/rocketmq-client-go/issues/582#issuecomment-753861065


   Case 5:
   ```go
   module rocketmq
   
   go 1.13
   
   require (
        github.com/apache/rocketmq-client-go/v2 v2.0.0
        github.com/fwhezfwhez/errorx v0.0.0-20201127140441-9d82b2c2216f
        github.com/gofrs/uuid v4.0.0+incompatible // indirect
   )
   
   replace github.com/apache/rocketmq-client-go => 
github.com/apache/rocketmq-client-go/v2 v2.1.0-rc4.0.20200708050255-80b3acc5580a
   
   ```
   
   Result:
   ```json
   .\consumer.go:19:2: undefined: rlog.SetLogLevel
   .\consumer.go:34:3: undefined: consumer.WithNsResovler
   .\consumer.go:34:27: undefined: primitive.NewPassthroughResolver
   .\producer.go:15:3: undefined: producer.WithNsResovler
   .\producer.go:15:27: undefined: primitive.NewPassthroughResolver
   ```


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


Reply via email to