zhaohaidao commented on code in PR #100:
URL: https://github.com/apache/fluss-rust/pull/100#discussion_r2637621191
##########
bindings/cpp/include/fluss.hpp:
##########
@@ -63,6 +63,24 @@ enum class DatumType {
Bytes = 7,
};
+constexpr int64_t EARLIEST_OFFSET = -2;
+constexpr int64_t LATEST_OFFSET = -1;
Review Comment:
Sometimes, lagged consumption can impact business operations. In such cases,
the business may choose to resolve the issue by reverting to the latest
consumption.
--
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]