BewareMyPower commented on code in PR #541:
URL: https://github.com/apache/pulsar-client-cpp/pull/541#discussion_r2890549207
##########
lib/ClientImpl.h:
##########
@@ -139,6 +138,26 @@ class ClientImpl : public
std::enable_shared_from_this<ClientImpl> {
ConnectionPool& getConnectionPool() noexcept { return pool_; }
uint64_t getLookupCount() { return lookupCount_; }
+ void updateServiceInfo(ServiceInfo&& serviceInfo);
+ ServiceInfo getServiceInfo() const;
+
Review Comment:
Now these fields are all protected by the `ClientConfigurationImpl::mutex`.
--
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]