bucket aggregation

This commit is contained in:
Dobromir Popov
2025-08-04 17:28:55 +03:00
parent 504736c0f7
commit de77b0afa8
10 changed files with 2592 additions and 0 deletions

View File

@ -23,10 +23,15 @@
- _Requirements: 3.1, 3.2, 3.3, 3.4_
- [ ] 3. Create base exchange connector framework
- Implement abstract base class for exchange WebSocket connectors
- Create connection management with exponential backoff and circuit breaker patterns
- Implement WebSocket message handling with proper error recovery
- Add connection status monitoring and health checks
- _Requirements: 1.1, 1.3, 1.4, 8.5_