7795 Commits (c9269219fd4a42b9a94a5392294e9e69dcbde22b)

Author SHA1 Message Date
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 2 months ago
chrislu 48a0b49880 protocol: align request parsing with Kafka specs; remove client_id skips; revert OffsetFetch v0-v5 to classic encodings; adjust FindCoordinator parsing; update ApiVersions Metadata max v7; fix tests to pass apiVersion and expectations 2 months 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 2 months ago
chrislu 2c525781f8 fmt 2 months ago
chrislu 8ca819770e feat: COMPLETE consumer group protocol implementation - OffsetFetch parsing fixed! 2 months ago
chrislu ccd80c2446 feat: complete consumer group coordination protocol - SyncGroup v3 and OffsetFetch fixes 2 months ago
chrislu 56608aead3 feat: major consumer group breakthrough - fix FindCoordinator v2 and JoinGroup v5 2 months ago
chrislu 687eaddedd debug: add comprehensive consumer group tests and identify FindCoordinator issue 2 months ago
chrislu 5ec751e2e3 feat: fix Sarama consumer compatibility by correcting record batch base offsets 2 months ago
chrislu 491404b3f6 debug: add detailed logging for Sarama Fetch v5 issue 2 months ago
chrislu 7f9bc31a23 chore: clean up debug messages after kafka-go fix 2 months ago
chrislu 8033ca6399 feat: fix Fetch v10 response format for kafka-go compatibility 2 months ago
chrislu bab10b6c26 fmt 2 months ago
chrislu 0670ea4690 fix: correct ListOffsets v1 request parsing for kafka-go compatibility 2 months ago
chrislu 014db6f999 fix: correct ListOffsets v1 response format for kafka-go compatibility 2 months ago
chrislu 35e1239cbf fmt 2 months ago
chrislu 6c19e548d3 feat: implement working Kafka consumer functionality with stored record batches 2 months ago
chrislu 28d4f90d83 feat: enhance Fetch API with proper request parsing and record batch construction 2 months ago
chrislu 0bb866e57c fmt 2 months ago
chrislu ec1317b910 cleanup: remove prominent debug messages from kafka protocol handlers 2 months ago
chrislu baed1e156a fmt 2 months ago
chrislu aecc020b14 fix: kafka-go writer compatibility and debug cleanup 2 months ago
chrislu bfe15f970b Fix kafka-go compatibility: 2 months ago
chrislu edeb922749 Remove correlation ID from Metadata v1 response for kafka-go compatibility 2 months ago
chrislu d6f688a44f Limit Metadata API to v4 to fix kafka-go client compatibility 2 months ago
chrislu e2722045a4 Fix JoinGroup protocol parsing and subscription extraction 2 months ago
chrislu c3dd0c566e Fix OffsetCommit/OffsetFetch hardcoded parsing for real clients 2 months ago
chrislu 755346e0b1 Fix CreateTopics v2 parsing for kafka-go client compatibility 2 months ago
chrislu e70421bb81 Clean up completed TODO: offset field in parquet storage 2 months ago
chrislu 79b74bfde2 SW_COLUMN_NAME_OFFSET 2 months ago
chrislu 6e1b96fb4a Phase 6: Complete testing, validation, and documentation 2 months ago
chrislu 6aba7e6620 Phase 5: Implement SQL storage backend for offset persistence 2 months ago
chrislu 171dbdb4f3 Phase 4: Integrate offset management with SMQ broker components 2 months ago
chrislu 82fb366968 Phase 3: Implement offset-based subscription and SMQ integration 2 months ago
chrislu 161866b269 Phase 2: Implement offset assignment logic and recovery 2 months ago
chrislu 450db29c17 Phase 1: Add native offset support to SMQ protobuf definitions 2 months ago
chrislu f32a763099 remove emoji 2 months ago
chrislu deb315a8a9 persist kafka offset 2 months ago
chrislu dbd2cc0493 Phase E1: Complete Protobuf binary descriptor parsing 2 months ago
chrislu 17f0ad7788 add decode encode test 2 months ago
chrislu b4e307cccb Phase D: Wire Fetch handler to retrieve RecordValue from mq.broker and reconstruct Confluent envelope 2 months ago
chrislu a3f569f3b0 Phase C: Wire Produce handler to decode schema and publish RecordValue to mq.broker 2 months ago
chrislu 517eb030a6 Phase B: Add mq.broker integration for schematized messages 2 months ago
chrislu 2bc07e3316 Phase A: Add comprehensive unit tests for schema decode/encode 2 months ago
chrislu 040ddab5c5 Phase 8: Add comprehensive integration tests with real Schema Registry 2 months ago
chrislu 4ed2604c71 Phase 6: Add JSON Schema decoder support for Kafka Gateway 2 months ago
chrislu 71b2615f4a fmt 2 months ago
chrislu 9cfbc0d4a1 Phase 7: Implement Fetch path schema reconstruction framework 2 months ago
chrislu 394f49a25f Phase 5: Add Protobuf decoder support for Kafka Gateway 2 months ago
chrislu 7b47ad613b Phase 4: Integrate schema decoding into Kafka Produce path 2 months ago