RobertIndie commented on code in PR #1221:
URL: https://github.com/apache/pulsar-client-go/pull/1221#discussion_r1613113095


##########
pulsar/message.go:
##########
@@ -166,6 +166,12 @@ type MessageID interface {
        String() string
 }
 
+// TopicMessageID defined the correspondence between topic and MessageID.
+type TopicMessageID struct {

Review Comment:
   Is it better to make it as an interface? And I think it should also 
implement the `MessageID` interface.



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