You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/10/21 02:15:01 UTC

[GitHub] [rocketmq-client-cpp] lizhanhui commented on a change in pull request #374: Export trace id and span id using raw data

lizhanhui commented on a change in pull request #374:
URL: https://github.com/apache/rocketmq-client-cpp/pull/374#discussion_r733268895



##########
File path: src/main/cpp/rocketmq/include/ClientImpl.h
##########
@@ -177,6 +177,11 @@ class ClientImpl : public ClientConfigImpl, virtual public Client {
   void onTopicRouteReady(const std::string& topic, const std::error_code& ec, const TopicRouteDataPtr& route)
       LOCKS_EXCLUDED(inflight_route_requests_mtx_);
 
+  /**
+   * Update Trace candidate hosts.
+   */
+  void updateTraceHosts();

Review comment:
       Define locks_excluded macro




-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org