You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
|
2 months ago |
| .. |
|
consumer_coordination.go
|
mq(kafka): Phase 3 Step 3 - Consumer Coordination
|
2 months ago |
|
consumer_coordination_test.go
|
mq(kafka): Phase 3 Step 3 - Consumer Coordination
|
2 months ago |
|
fetch.go
|
feat: fix Sarama consumer compatibility by correcting record batch base offsets
|
2 months ago |
|
fetch_test.go
|
mq(kafka): implement Fetch handler with record batch construction, high watermark tracking, and comprehensive test coverage for consumer functionality
|
2 months ago |
|
find_coordinator.go
|
feat: major consumer group breakthrough - fix FindCoordinator v2 and JoinGroup v5
|
2 months ago |
|
handler.go
|
feat: major consumer group breakthrough - fix FindCoordinator v2 and JoinGroup v5
|
2 months ago |
|
handler_test.go
|
mq(kafka): Phase 3 Step 3 - Consumer Coordination
|
2 months ago |
|
joingroup.go
|
feat: major consumer group breakthrough - fix FindCoordinator v2 and JoinGroup v5
|
2 months ago |
|
offset_management.go
|
fmt
|
2 months ago |
|
offset_management_test.go
|
mq(kafka): Phase 3 Step 2 - Offset Management
|
2 months ago |
|
produce.go
|
feat: implement working Kafka consumer functionality with stored record batches
|
2 months ago |
|
produce_schema_test.go
|
Phase C: Wire Produce handler to decode schema and publish RecordValue to mq.broker
|
2 months ago |
|
produce_test.go
|
mq(kafka): implement Produce handler with record parsing, offset assignment, ledger integration; supports fire-and-forget and acknowledged modes with comprehensive test coverage
|
2 months ago |
|
record_batch_parser.go
|
persist kafka offset
|
2 months ago |
|
record_batch_parser_test.go
|
persist kafka offset
|
2 months ago |