fresh-borzoni opened a new issue, #245:
URL: https://github.com/apache/fluss-rust/issues/245

   ### Search before asking
   
   - [x] I searched in the 
[issues](https://github.com/apache/fluss-rust/issues) and found nothing similar.
   
   
   ### Description
   
   We want to have:
   `poll(timeout_ms) -> List[ScanRecord] ` - to poll record_by_record if 
needed, CDC/streaming with per-record metadata (offset, timestamp, change_type)
   `poll_batches(timeout_ms) -> List[RecordBatch]` - to poll batches with 
metadata
   `poll_arrow(timeout_ms)` - Analytics/data science - efficient columnar data 
   
   This matches C++ parity, extends with efficient arrow direct polling and 
provides a clean API for different consumption patterns.
   
   ### Willingness to contribute
   
   - [x] I'm willing to submit a PR!


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