Files
seaweedfs/test
chrislu a8cbc016ae mq(kafka): BREAKTHROUGH - Topic creation and Metadata discovery working
- Added Server.GetHandler() method to expose protocol handler for testing
- Added Handler.AddTopicForTesting() method for direct topic registry access
- Fixed infinite Metadata loop by implementing proper topic creation
- Topic discovery now works: Metadata API returns existing topics correctly
- Auto-topic creation implemented in Produce API (for when we get there)
- Response sizes increased: 43→94 bytes (proper topic metadata included)
- Debug shows: 'Returning all existing topics: [direct-test-topic]' 

MAJOR PROGRESS: kafka-go now finds topics via Metadata API, but still loops
instead of proceeding to Produce API. Next: Fix Metadata v7 response format
to match kafka-go expectations so it proceeds to actual produce/consume.

This removes the CreateTopics v2 parsing complexity by bypassing that API
entirely and focusing on the core produce/consume workflow that matters most.
2025-09-10 14:34:47 -07:00
..
2023-11-13 08:23:53 -08:00
2025-08-30 11:15:48 -07:00