Files
seaweedfs/test
chrislu a0426ff2ac mq(kafka): Fix CreateTopics v2 request parsing - Phase 4 progress
- Fixed CreateTopics v2 request parsing (was reading wrong offset)
- kafka-go uses CreateTopics v2, not v0 as we implemented
- Removed incorrect timeout field parsing for v2 format
- Topics count now parses correctly (was 1274981, now 1)
- Response size increased from 12 to 37 bytes (processing topics correctly)
- Added detailed debug logging for protocol analysis
- Added hex dump capability to analyze request structure
- Still working on v2 response format compatibility

This fixes the critical parsing bug where we were reading topics count
from inside the client ID string due to wrong v2 format assumptions.
Next: Fix v2 response format for full CreateTopics compatibility.
2025-09-10 14:07:42 -07:00
..
2023-11-13 08:23:53 -08:00
2025-08-30 11:15:48 -07:00