28 Commits (2e2ccbf488e3a6cebe15e2029cb64827d4348317)

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