Herrtian opened a new pull request, #645:
URL: https://github.com/apache/fluss-rust/pull/645

   ## Summary
   
   - Validate `ApiVersionsResponse` `api_key`, `min_version`, and `max_version` 
values before narrowing them to `i16`.
   - Return `Error::UnsupportedVersion` with the offending field name and value 
instead of panicking on malformed server metadata.
   - Propagate validation failures from the API versions handshake.
   
   ## Validation
   
   - `cargo fmt --check`
   - `git diff --check`
   - `cargo check -p fluss-rs`
   - `cargo test -p fluss-rs server_api_versions --lib`
   
   Closes #535
   


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