fwhezfwhez opened a new issue #584: URL: https://github.com/apache/rocketmq-client-go/issues/584
I'm using 80b3acc5580a. It has a problem that I must create a topic in rocketmq backend and then I can use my producer to publish this topic. Then I try to use latest stable v2.0.0 version. It's not builtable by ```go .\consumer.go:19:2: undefined: rlog.SetLogLevel .\consumer.go:34:3: undefined: consumer.WithNsResovler .\consumer.go:34:27: undefined: primitive.NewPassthroughResolver .\producer.go:18:3: undefined: producer.WithNsResovler .\producer.go:18:27: undefined: primitive.NewPassthroughResolver ``` Ok, I use v2.1.0-rc5 It works and I can produce topic, it's auto-created when not existed. I wonder when stable v2.1.0 can come to release, rather than release candidate. ---------------------------------------------------------------- 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]
