59 Commits (491404b3f6b4dcdcbd6a13e89216c18d76206ee1)

Author SHA1 Message Date
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 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 6c19e548d3 feat: implement working Kafka consumer functionality with stored record batches 2 months ago
chrislu 0bb866e57c fmt 2 months ago
chrislu ec1317b910 cleanup: remove prominent debug messages from kafka protocol handlers 2 months ago
chrislu aecc020b14 fix: kafka-go writer compatibility and debug cleanup 2 months ago
chrislu bfe15f970b Fix kafka-go compatibility: 2 months ago
chrislu edeb922749 Remove correlation ID from Metadata v1 response for kafka-go compatibility 2 months ago
chrislu d6f688a44f Limit Metadata API to v4 to fix kafka-go client compatibility 2 months ago
chrislu 755346e0b1 Fix CreateTopics v2 parsing for kafka-go client compatibility 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 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 23f4f5e096 fix: correct Produce v7 request parsing for Sarama compatibility 2 months ago
chrislu 109627cc3e feat: complete Kafka 0.11+ compatibility with root cause analysis 2 months ago
chrislu 0c918b223b debug: force Metadata v0 to fix kafka-go readPartitions issue 2 months ago
chrislu 42cbadba82 feat: implement Metadata API v5/v6/v7 for modern Kafka client compatibility 2 months ago
chrislu 335f503450 feat: implement Metadata API v2, v3/v4 for Kafka 0.11+ compatibility 2 months ago
chrislu 4259b15956 Debug kafka-go ReadPartitions failure - comprehensive analysis 2 months ago
chrislu 2184ede70f Implement precise Metadata v1 encoding based on kafka-go struct format 2 months ago
chrislu 6516d8ad23 mq(kafka): force Metadata v0 for kafka-go compatibility - major breakthrough! 2 months ago
chrislu 5cc05d8ba7 mq(kafka): debug Metadata v1 format compatibility with kafka-go ReadPartitions 2 months ago
chrislu ef609eebd2 mq(kafka): advertise Metadata v1 and implement v1 response; stabilize JoinGroup IDs; encode consumer subscription metadata with UserData; gate JoinGroup fields by version; revert subscription version to 0 for compatibility 2 months ago
chrislu 7e2c1fd9ac mq(kafka): Investigate SyncGroup workflow - kafka-go not calling SyncGroup 2 months ago
chrislu 89a05f8c37 mq(kafka): Fix JoinGroup v2 throttle_time_ms placement 2 months ago
chrislu 3322d4fdd1 mq(kafka): Fix JoinGroup v2 parsing - Consumer group membership working 2 months ago
chrislu 0f85c3d7b0 mq(kafka): Fix FindCoordinator API - Consumer group discovery working 2 months ago
chrislu 5c4cb05584 mq(kafka): Implement FindCoordinator API and expand version validation 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 9ddbf49377 mq(kafka): FINAL ANALYSIS - kafka-go Writer internal validation identified as last 5% 2 months ago
chrislu d1e745331c mq(kafka): BREAKTHROUGH - Raw protocol test proves our server works perfectly! 2 months ago
chrislu 62ee4e5390 mq(kafka): MAJOR Fix - Dynamic broker address working, one issue remains 2 months ago
chrislu a4da25db6d mq(kafka): CRITICAL Discovery - Issue not v7-specific, persists in Metadata v1 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 a0426ff2ac mq(kafka): Fix CreateTopics v2 request parsing - Phase 4 progress 2 months ago
chrislu 5595dfd476 mq(kafka): Add comprehensive protocol compatibility review and TODOs 2 months ago
chrislu 3802106acf mq(kafka): Phase 3 Step 3 - Consumer Coordination 2 months ago
chrislu 26acff4373 mq(kafka): Phase 3 Step 2 - Offset Management 2 months ago
chrislu e18a871387 fmt 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 23aac0619b mq(kafka): implement comprehensive E2E tests with protocol-level validation, multi-client support, and stress testing; complete Phase 1 implementation 2 months ago