26 Commits (feature/mq-kafka-gateway-m1)

Author SHA1 Message Date
chrislu b51d93c1b7 use SMQ to store offset 4 hours ago
chrislu 0cfa936b3a fix tests 5 hours ago
chrislu a9c8ebb102 fmt 5 hours ago
chrislu 093b5062e4 Add detailed debug logging for consumer group coordination 7 hours ago
chrislu 68e242a15e debug 21 hours ago
chrislu 5c9269a150 add debug 1 day ago
chrislu 3847984566 Phase 0 Part 1: Implement basic tests and offset fixes 4 days ago
chrislu c415568407 Update offset_management.go 4 days ago
chrislu c1e9397097 fix kafka tests 4 days ago
chrislu d0778fd477 🎉 BREAKTHROUGH: Complete Kafka protocol compatibility achieved! 4 days ago
chrislu 0437957db5 Update offset_management.go 5 days ago
chrislu 4e11a378fd fix tests 5 days ago
chrislu 297c662191 Phase 7: Comprehensive error handling and edge cases 6 days ago
chrislu 42aea1dc68 align package decoding 6 days ago
chrislu e6f7e7efb5 fix in-memory variables 7 days ago
chrislu 56ba8ce219 Phase 3: Add comprehensive integration tests 7 days ago
chrislu ac436eac94 Phase 2: Wire OffsetCommit/OffsetFetch to SMQ storage 7 days ago
chrislu 7790155827 kafka gateway: strip client_id in header; align handlers with spec; fix ApiVersions count; correct Metadata/ListOffsets v0 tests; robust Produce v2+ parsing (transactional_id fallback, acks=0 empty response, unknown topic errors); relax record set/test extraction; fix OffsetCommit/OffsetFetch parsing and tests; Fetch returns UNKNOWN_TOPIC_OR_PARTITION for missing topic 1 week ago
chrislu 25d642d218 tests(protocol): add/align spec-based tests; fix parsing to strip client_id at header level by removing client_id assumptions in JoinGroup/SyncGroup/OffsetFetch/FindCoordinator bodies; revert OffsetFetch to classic encodings for v0-v5 1 week ago
chrislu 2c525781f8 fmt 1 week ago
chrislu 8ca819770e feat: COMPLETE consumer group protocol implementation - OffsetFetch parsing fixed! 1 week ago
chrislu ccd80c2446 feat: complete consumer group coordination protocol - SyncGroup v3 and OffsetFetch fixes 1 week ago
chrislu baed1e156a fmt 1 week ago
chrislu c3dd0c566e Fix OffsetCommit/OffsetFetch hardcoded parsing for real clients 1 week ago
chrislu 5595dfd476 mq(kafka): Add comprehensive protocol compatibility review and TODOs 1 week ago
chrislu 26acff4373 mq(kafka): Phase 3 Step 2 - Offset Management 1 week ago