TszKitLo40 commented on code in PR #7933:
URL: https://github.com/apache/inlong/pull/7933#discussion_r1185617475


##########
inlong-tubemq/tubemq-client-twins/tubemq-client-go/util/util.go:
##########
@@ -147,3 +150,17 @@ func Join(m map[string]string, step1 string, step2 string) 
string {
        }
        return s
 }
+
+func NewClientID(group string, clientID *uint64, tubeMQClientVersion string) 
string {
+       res := ""

Review Comment:
   clientID?
   ```suggestion
        clientID := ""
   ```



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