arrow-zerobus-sdk-wrapper 0.8.1

Cross-platform Rust SDK wrapper for Databricks Zerobus with Python bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! Integration tests for Zerobus SDK Wrapper

mod test_rust_api;
mod test_observability;
mod test_debug_files;
mod test_concurrent_access;
mod test_stream_recreation;
mod test_wrapper_lifecycle;
mod test_stream_closure_recovery;
mod test_sdk_reinitialization;
mod test_network_timeouts;
mod test_network_verification;
mod test_quickstart_validation;
mod test_per_row_errors;
mod test_quarantine_workflow;
mod test_error_analysis;
mod test_failure_rate_backoff;