Files
seaweedfs/test
chrislu 687eaddedd debug: add comprehensive consumer group tests and identify FindCoordinator issue
- Created consumer group tests for basic functionality, offset management, and rebalancing
- Added debug test to isolate consumer group coordination issues
- Root cause identified: Sarama repeatedly calls FindCoordinator but never progresses to JoinGroup
- Issue: Connections closed after FindCoordinator, preventing coordinator protocol
- Consumer group implementation exists but not being reached by Sarama clients

Next: Fix coordinator connection handling to enable JoinGroup protocol
2025-09-12 15:08:55 -07:00
..
2023-11-13 08:23:53 -08:00
2025-08-30 11:15:48 -07:00