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

Author SHA1 Message Date
chrislu b0ae15eac7 debug 6 days ago
chrislu 1904ba93a8 update 6 days ago
chrislu 5895f22d69 context is cancelled, the server will detect it immediately and exit gracefully 6 days ago
chrislu ddbbbaa1dd debug 6 days ago
chrislu f5871524be add debug messages 6 days ago
chrislu 8e69446112 fix tests 6 days ago
chrislu 93c3e0c784 fix tests 6 days ago
chrislu 2f040a0fe4 fix undefined method errors 6 days ago
chrislu 9a4ad5047b Update handler.go 6 days ago
chrislu 297c662191 Phase 7: Comprehensive error handling and edge cases 6 days ago
chrislu 2e2ccbf488 Phase 6: Add basic flexible versions support 6 days ago
chrislu 7149b723ec Phase 4: Implement consumer group protocol metadata parsing 6 days ago
chrislu 71769da3b4 Phase 3: Fix ApiVersions matrix accuracy and version validation 6 days ago
chrislu 5d0c45c9dc Phase 2: Implement CreateTopics protocol compliance for v0/v1 6 days ago
chrislu c0b15ed489 refactoring 6 days ago
chrislu 964d1d06e4 fix TestSaramaProduceConsume 6 days ago
chrislu 42aea1dc68 align package decoding 6 days ago
chrislu 445d7343d7 fix v7 samara 6 days ago
chrislu ba1599b1e9 fix tests 7 days ago
chrislu 8743c5453a clean up connections 7 days ago
chrislu 9ea6ef0bf8 fix tests 7 days ago
chrislu ccd48feefb fix test errors 7 days ago
chrislu e6f7e7efb5 fix in-memory variables 7 days ago
chrislu 56aa5278af single mode 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 969ca60b6f change to connect to mq brokers instead of agents 1 week ago
chrislu 4e4e3ce1a8 tests: align ApiVersions test expectations with advertised ranges (ListOffsets v0-2, Fetch v0-7) 1 week ago
chrislu a5f330ad17 kafka protocol: align advertised and validated API version ranges with implemented handlers (Fetch<=v7, ListOffsets<=v2, FindCoordinator<=v2, OffsetCommit/OffsetFetch<=v2); keep Metadata<=v7, JoinGroup<=v7, SyncGroup<=v5 1 week 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 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 1 week ago
chrislu 56608aead3 feat: major consumer group breakthrough - fix FindCoordinator v2 and JoinGroup v5 1 week ago
chrislu 687eaddedd debug: add comprehensive consumer group tests and identify FindCoordinator issue 1 week ago
chrislu 5ec751e2e3 feat: fix Sarama consumer compatibility by correcting record batch base offsets 1 week ago
chrislu 491404b3f6 debug: add detailed logging for Sarama Fetch v5 issue 1 week ago
chrislu 7f9bc31a23 chore: clean up debug messages after kafka-go fix 1 week ago
chrislu bab10b6c26 fmt 1 week ago
chrislu 0670ea4690 fix: correct ListOffsets v1 request parsing for kafka-go compatibility 1 week ago
chrislu 014db6f999 fix: correct ListOffsets v1 response format for kafka-go compatibility 1 week ago
chrislu 6c19e548d3 feat: implement working Kafka consumer functionality with stored record batches 1 week ago
chrislu 0bb866e57c fmt 1 week ago
chrislu ec1317b910 cleanup: remove prominent debug messages from kafka protocol handlers 1 week ago
chrislu aecc020b14 fix: kafka-go writer compatibility and debug cleanup 1 week ago
chrislu bfe15f970b Fix kafka-go compatibility: 1 week ago
chrislu edeb922749 Remove correlation ID from Metadata v1 response for kafka-go compatibility 1 week ago
chrislu d6f688a44f Limit Metadata API to v4 to fix kafka-go client compatibility 1 week ago
chrislu 755346e0b1 Fix CreateTopics v2 parsing for kafka-go client compatibility 1 week ago
chrislu a3f569f3b0 Phase C: Wire Produce handler to decode schema and publish RecordValue to mq.broker 1 week ago
chrislu 71b2615f4a fmt 1 week ago
chrislu 7b47ad613b Phase 4: Integrate schema decoding into Kafka Produce path 1 week ago