charlesdong1991 commented on code in PR #360:
URL: https://github.com/apache/fluss-rust/pull/360#discussion_r2840033829
##########
bindings/cpp/include/fluss.hpp:
##########
@@ -979,6 +979,8 @@ struct Configuration {
int32_t writer_retries{std::numeric_limits<int32_t>::max()};
// Writer batch size in bytes (2 MB)
int32_t writer_batch_size{2 * 1024 * 1024};
+ // Bucket assigner for tables without bucket keys: "sticky" or
"round_robin"
+ std::string writer_bucket_no_key_assigner{"sticky"};
Review Comment:
thanks! @leekeiabstraction
just to help my future PRs, the idea is to be mirroring to naming from Java
side? since i think sticky or round_robin is more like Rust pattern
--
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]