36 Commits (015f6f2910abaf25217999b2498f84dae2a37f8d)

Author SHA1 Message Date
chrislu 015f6f2910 cancel ctx 2 months ago
chrislu 93c3e0c784 fix tests 2 months ago
chrislu a8bee174f4 Update fetch.go 2 months ago
chrislu bbc8668fd6 Fix kafka-go client infinite polling loop 2 months ago
chrislu 92d6bbe575 fmt 2 months ago
chrislu 8762a1a4af Phase 5: Implement multi-batch Fetch concatenation support 2 months ago
chrislu c0b15ed489 refactoring 2 months ago
chrislu 964d1d06e4 fix TestSaramaProduceConsume 2 months ago
chrislu ba48ea9c4c fix samara 2 months ago
chrislu 445d7343d7 fix v7 samara 2 months ago
chrislu 4f0dd2e527 fix kafka tests 2 months ago
chrislu 6eafc87413 fix remaining tests 2 months ago
chrislu ba1599b1e9 fix tests 2 months ago
chrislu 9ea6ef0bf8 fix tests 2 months ago
chrislu e6f7e7efb5 fix in-memory variables 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 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 deb315a8a9 persist kafka offset 2 months ago
chrislu 71b2615f4a fmt 2 months ago
chrislu 9cfbc0d4a1 Phase 7: Implement Fetch path schema reconstruction framework 2 months ago
chrislu 26eae1583f Phase 1: Enhanced Kafka Gateway Schema Integration 2 months ago
chrislu 440fd4b65e feat: major Kafka Gateway milestone - near-complete E2E functionality 2 months ago
chrislu f6da3b2920 fix: Fetch API version validation and ListOffsets v2 parsing 2 months ago
chrislu 2a7d1ccacf fmt 2 months ago
chrislu 23f4f5e096 fix: correct Produce v7 request parsing for Sarama compatibility 2 months ago
chrislu 5595dfd476 mq(kafka): Add comprehensive protocol compatibility review and TODOs 2 months ago
chrislu 59f1c3dda5 mq(kafka): implement Fetch handler with record batch construction, high watermark tracking, and comprehensive test coverage for consumer functionality 2 months ago