23 Commits (09568a6f4f7a8825632419f6cbd181b8722b0dca)

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 3 months ago
chrislu 6c19e548d3 feat: implement working Kafka consumer functionality with stored record batches 3 months ago
chrislu aecc020b14 fix: kafka-go writer compatibility and debug cleanup 3 months ago
chrislu deb315a8a9 persist kafka offset 3 months ago
chrislu 17f0ad7788 add decode encode test 3 months ago
chrislu a3f569f3b0 Phase C: Wire Produce handler to decode schema and publish RecordValue to mq.broker 3 months ago
chrislu 71b2615f4a fmt 3 months ago
chrislu 7b47ad613b Phase 4: Integrate schema decoding into Kafka Produce path 3 months ago
chrislu 82f8b647de test with an un-decoded bytes of message value 3 months ago
chrislu 26eae1583f Phase 1: Enhanced Kafka Gateway Schema Integration 3 months ago
chrislu f2c533f734 fix samara produce failure 3 months ago
chrislu 49a994be6c fix: implement correct Produce v7 response format 3 months ago
chrislu 2a7d1ccacf fmt 3 months ago
chrislu 23f4f5e096 fix: correct Produce v7 request parsing for Sarama compatibility 3 months ago
chrislu 5eca636c5e mq(kafka): Add comprehensive API version validation with Metadata v1 foundation 3 months ago
chrislu b3865007a4 mq(kafka): Add comprehensive API version validation system 3 months ago
chrislu 4c2039b8b8 mq(kafka): MAJOR BREAKTHROUGH - kafka-go Writer integration working! 3 months ago
chrislu 6870eeba11 mq(kafka): Major debugging progress on Metadata v7 compatibility 3 months ago
chrislu a8cbc016ae mq(kafka): BREAKTHROUGH - Topic creation and Metadata discovery working 3 months ago
chrislu 5595dfd476 mq(kafka): Add comprehensive protocol compatibility review and TODOs 3 months ago
chrislu d415911943 mq(kafka): Phase 3 Step 1 - Consumer Group Foundation 3 months ago
chrislu 5aee693eac mq(kafka): Phase 2 - implement SeaweedMQ integration 3 months ago
chrislu c7f163ee41 mq(kafka): implement Produce handler with record parsing, offset assignment, ledger integration; supports fire-and-forget and acknowledged modes with comprehensive test coverage 3 months ago