You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/01/23 17:10:39 UTC

[GitHub] merlimat commented on a change in pull request #3407: Issue #3332: fix httplookup issue for get ns/topics in cpp

merlimat commented on a change in pull request #3407: Issue #3332: fix httplookup issue for get ns/topics in cpp
URL: https://github.com/apache/pulsar/pull/3407#discussion_r250288286
 
 

 ##########
 File path: pulsar-client-cpp/lib/HTTPLookupService.cc
 ##########
 @@ -310,18 +310,21 @@ LookupDataResultPtr HTTPLookupService::parseLookupData(const std::string &json)
 NamespaceTopicsPtr HTTPLookupService::parseNamespaceTopicsData(const std::string &json) {
     Json::Value root;
     Json::Reader reader;
+    LOG_INFO("GetNamespaceTopics json = " << json);
 
 Review comment:
   This should be at debug level

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services