isapego commented on code in PR #3679:
URL: https://github.com/apache/ignite-3/pull/3679#discussion_r1584032798


##########
modules/platforms/cpp/ignite/client/detail/node_connection.h:
##########
@@ -261,6 +261,7 @@ class node_connection : public 
std::enable_shared_from_this<node_connection> {
 
     /** Configuration. */
     const ignite_client_configuration &m_configuration;
+    void on_observable_timestamp_changed(int64_t observable_timestamp) const;

Review Comment:
   This has to be moved upper, to methods section, and given some simple 
description.



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

Reply via email to