chrislu
56608aead3
feat: major consumer group breakthrough - fix FindCoordinator v2 and JoinGroup v5
🎉 MAJOR PROGRESS:
- Fixed FindCoordinator v2 response format (added throttle_time, error_code, error_message, node_id)
- Fixed JoinGroup v5 request parsing (added GroupInstanceID field parsing)
- Consumer group coordination now working: FindCoordinator -> JoinGroup -> SyncGroup
- Sarama consumer successfully joins group, gets member ID, calls Setup handler
✅ Working:
- FindCoordinator v2: Sarama finds coordinator successfully
- JoinGroup v5: Consumer joins group, gets generation 1, member ID assigned
- Consumer group session setup called with generation 1
❌ Current issue:
- SyncGroup v3 parsing error: 'invalid member ID length'
- Consumer has no partition assignments (Claims: map[])
- Need to fix SyncGroup parsing to complete consumer group flow
Next: Fix SyncGroup v3 parsing to enable partition assignment and message consumption
2025-09-12 15:16:39 -07:00
..
2025-08-09 21:47:29 -07:00
2025-07-19 23:56:17 -07:00
2025-09-10 13:34:28 -07:00
2025-08-03 11:56:04 -07:00
2025-08-30 11:15:48 -07:00
2025-07-11 10:19:27 -07:00
2025-07-16 23:39:27 -07:00
2025-08-31 23:31:28 -07:00
2025-07-16 23:39:27 -07:00
2024-04-24 23:16:04 -07:00
2025-08-22 22:10:30 -07:00
2025-09-09 01:01:03 -07:00
2025-09-12 15:16:39 -07:00
2025-08-02 08:21:57 -07:00
2025-08-22 01:15:42 -07:00
2025-09-12 00:58:38 -07:00
2025-09-10 11:04:42 -07:00
2025-08-06 20:53:05 -07:00
2025-07-16 23:39:27 -07:00
2025-08-30 11:15:48 -07:00
2025-08-06 10:08:30 -07:00
2024-06-25 09:18:11 -07:00
2025-09-09 01:01:03 -07:00
2025-08-30 11:15:48 -07:00
2025-09-09 01:01:03 -07:00
2024-02-14 08:26:38 -08:00
2025-07-02 18:03:49 -07:00
2025-09-05 06:37:05 -07:00
2025-07-16 23:39:27 -07:00
2025-08-30 11:15:48 -07:00
2025-09-09 01:01:03 -07:00
2025-07-16 23:39:27 -07:00
2025-08-30 11:15:48 -07:00
2025-07-19 21:43:34 -07:00
2025-09-11 14:32:25 -07:00
2025-03-17 23:13:27 -07:00