zhaijack commented on a change in pull request #1996: Cpp client: add
multiTopicsConsumer
URL: https://github.com/apache/incubator-pulsar/pull/1996#discussion_r203238921
##########
File path: pulsar-client-cpp/lib/MessageImpl.h
##########
@@ -43,13 +43,24 @@ class MessageImpl {
SharedBuffer payload;
MessageId messageId;
ClientConnection* cnx_;
+ std::string topicName_;
const std::string& getPartitionKey() const;
bool hasPartitionKey() const;
uint64_t getPublishTimestamp() const;
uint64_t getEventTimestamp() const;
+ /**
+ * Only for MultiTopicsConsumer to get a valid topicName
Review comment:
Thanks, right, I found that request. cpp work tracked in issue #2190
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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