merlimat commented on a change in pull request #1996: Cpp client: add 
multiTopicsConsumer
URL: https://github.com/apache/incubator-pulsar/pull/1996#discussion_r197872057
 
 

 ##########
 File path: pulsar-client-cpp/lib/TopicName.cc
 ##########
 @@ -224,4 +224,7 @@ const std::string 
TopicName::getTopicPartitionName(unsigned int partition) {
     topicPartitionName << toString() << 
PartitionedProducerImpl::PARTITION_NAME_SUFFIX << partition;
     return topicPartitionName.str();
 }
+
+boost::shared_ptr<NamespaceName> TopicName::getNamespaceName() { return 
namespaceName_; }
 
 Review comment:
   `NamespaceNamePtr`

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

Reply via email to