fresh-borzoni opened a new pull request, #271:
URL: https://github.com/apache/fluss-rust/pull/271

   ## Summary                                                                   
                                                                                
                                                                                
      
     closes  #263                                                               
                                                                                
                                                                                
            
     - Make write queueing synchronous by replacing `tokio::sync::Mutex` with 
`parking_lot::Mutex` in the core accumulator and writer client                  
                                                                                
          
     - `upsert()`, `delete()`, `append()` now queue writes synchronously (no 
`await` needed) and return a `WriteResultHandle`
     - `WriteResultHandle` supports both fire-and-forget (ignore the handle) 
and per-record ack (`await handle.wait()`)
     - `flush()` remains async (real network I/O)
     - Apply same pattern to Python and C++ bindings


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