xujianhai666 commented on a change in pull request #109: [ISSUE #108] Add
producer unit test
URL: https://github.com/apache/rocketmq-client-go/pull/109#discussion_r301870823
##########
File path: examples/producer/interceptor/main.go
##########
@@ -42,8 +42,8 @@ func main() {
}
for i := 0; i < 10; i++ {
res, err := p.SendSync(context.Background(), &primitive.Message{
- //Topic: "test",
- Topic: "TopicTest",
+ Topic: "test",
+ //Topic: "TopicTest",
Review comment:
@wenfengwang done
----------------------------------------------------------------
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]
With regards,
Apache Git Services