fresh-borzoni commented on code in PR #355:
URL: https://github.com/apache/fluss-rust/pull/355#discussion_r2834914552


##########
website/docs/user-guide/cpp/api-reference.md:
##########
@@ -24,6 +24,7 @@ Complete API reference for the Fluss C++ client.
 | `writer_batch_size`               | `int32_t`     | `2097152` (2 MB)     | 
Batch size for writes in bytes                                  |
 | `scanner_remote_log_prefetch_num` | `size_t`      | `4`                  | 
Number of remote log segments to prefetch                       |
 | `remote_file_download_thread_num` | `size_t`      | `3`                  | 
Number of threads for remote log downloads                      |
+| `scanner_log_max_poll_records`    | `size_t`      | `500`                | 
Maximum number of records returned in a single Poll()           |

Review Comment:
   typed structs is more idiomatic for C++, python uses dict just bc it's more 
pythonic way. Not that we load configs dynamically anywhere.



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