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

   ##Summary
   
   closes #367 #374 
   
     Add SASL/PLAIN authentication support to the Rust client, matching the 
Java Fluss client behavior.                                                     
                                                                                
            
     
     - **Core**: `Authenticate` request/response, exponential backoff with 
jitter (matching Java's `ExponentialBackoff`), retriable auth error handling    
                                                                                
             
     - **Config**: `security_protocol`, `security_sasl_mechanism`, 
`security_sasl_username`, `security_sasl_password`, `connect_timeout_ms`
     - **Bindings**: C++ and Python bindings expose all new config fields
     - **Tests**: SASL integration tests (valid creds, wrong password, unknown 
user) for Rust, C++, and Python, restructured Rust IT tests to run in parallel 
with shared cluster
     - **Infra**: Dual-listener cluster setup (SASL on 9123, plaintext on 9223) 
across all test suites
     - **Docs**: Updated configuration and error handling pages for all three 
languages


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