12019 Commits (e6f7e7efb5ddee99e87b2da0054c78a8263600a3)
 

Author SHA1 Message Date
chrislu e6f7e7efb5 fix in-memory variables 2 months ago
chrislu 78382b380e Merge branch 'master' into feature/mq-kafka-gateway-m1 2 months ago
chrislu 56aa5278af single mode 2 months ago
chrislu 3fa024479e remove TestMode 2 months ago
chrislu ba73939ca2 fixes 2 months ago
chrislu 16e014f360 start tests 2 months ago
chrislu 30b21abab9 fix kafka tests 2 months ago
chrislu c951fc03c1 Update smq_mapping_test.go 2 months ago
chrislu a342ede4cd Update go.sum 2 months ago
chrislu 117bcaa4b1 Update s3tests.yml 2 months ago
chrislu a424bfa3ce docker compose 2 months ago
chrislu e21c89d062 fix tests 2 months ago
chrislu dbac0c45d8 Update broker_offset_manager.go 2 months ago
chrislu 7d9029f647 Update s3tests.yml 2 months ago
chrislu 76ddaa8b84 Update go.mod 2 months ago
chrislu fd235505f5 fmt 2 months ago
chrislu e41c31c88e Fix all critical test errors 2 months ago
chrislu 8de1ce5497 Fix compilation errors in integration modules 2 months ago
chrislu cd2264ffc7 Update persistence.go 2 months ago
chrislu b5eb16a1a1 Phase 4: Clean up old SMQIntegratedStorage and fix compilation 2 months ago
chrislu 56ba8ce219 Phase 3: Add comprehensive integration tests 2 months ago
chrislu ac436eac94 Phase 2: Wire OffsetCommit/OffsetFetch to SMQ storage 2 months ago
chrislu c7b483442d Phase 1: Implement SMQ-compatible offset storage 2 months ago
chrislu e71c6d1e48 ringsize 2 months ago
chrislu 6eb1da41d4 fix issues 2 months ago
chrislu bd7b07e90c use broker client 2 months ago
chrislu 969ca60b6f change to connect to mq brokers instead of agents 2 months ago
chrislu b7514c4ab0 SeaweedMQ is Now the Only Mode 2 months ago
chrislu 09568a6f4f real data from SeaweedMQ instead of stub/placeholder data 2 months ago
chrislu 5c17bba00b ring size MaxPartitionCount 2 months ago
chrislu d9d099744d use customer request values 2 months ago
chrislu cd6a55533a fmt 2 months ago
chrislu eeb5f62d74 fix host 2 months ago
chrislu b2016ab9b6 fix build 2 months ago
chrislu 4e4e3ce1a8 tests: align ApiVersions test expectations with advertised ranges (ListOffsets v0-2, Fetch v0-7) 2 months 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 2 months ago
chrislu ceab8a8222 kafka gateway: add comprehensive version matrix tests for JoinGroup v0/v5, SyncGroup v0/v3, OffsetFetch v1/v2, FindCoordinator v0/v1/v2, ListOffsets v0/v1/v2; make parsers version-aware for RebalanceTimeout (v1+) and GroupInstanceID (v5+ for JoinGroup, v3+ for SyncGroup); ensure format correctness across API versions 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 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