georgehao commented on code in PR #803:
URL: https://github.com/apache/rocketmq-client-go/pull/803#discussion_r867440891


##########
examples/consumer/rpc/main.go:
##########
@@ -0,0 +1,89 @@
+package main
+
+import (
+       "context"
+       "fmt"
+       "time"
+
+       "github.com/apache/rocketmq-client-go/v2/consumer"
+       "github.com/apache/rocketmq-client-go/v2/internal"
+       "github.com/apache/rocketmq-client-go/v2/primitive"
+       "github.com/apache/rocketmq-client-go/v2/producer"
+)
+
+const (
+       producerGroup = "please_rename_unique_group_name"
+       consumerGroup = "please_rename_unique_group_name"
+       topic         = "RequestTopic"
+)
+
+func main() {

Review Comment:
   暂时不解决



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