refactor: upgrade to v1.0.0 with enum-based event architecture

This commit is contained in:
ysq
2025-10-12 22:38:50 +08:00
parent f2802a5a59
commit f85581ec61
10 changed files with 884 additions and 124 deletions
-9
View File
@@ -35,12 +35,3 @@ impl Default for StreamClientConfig {
Self { connection: ConnectionConfig::default(), enable_metrics: false }
}
}
impl StreamClientConfig {
pub fn low_latency() -> Self {
Self::default()
}
pub fn high_throughput() -> Self {
Self::default()
}
}