mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-12 17:40:43 +02:00
🔍 EXPERIMENTS TRIED: - Custom subscription metadata generation (31 bytes) ❌ - Empty metadata (0 bytes) ❌ - Shorter member IDs (consumer-a9a8213798fa0610) ❌ - Minimal hardcoded response (68 bytes) ❌ 📊 CONSISTENT PATTERN: - FindCoordinator works perfectly ✅ - JoinGroup parsing works perfectly ✅ - JoinGroup response generated correctly ✅ - kafka-go immediately closes connection after JoinGroup ❌ - No SyncGroup calls ever made ❌ 🎯 CONCLUSION: Issue is NOT with response content but with fundamental protocol compatibility - Even minimal 68-byte hardcoded response rejected - Suggests JoinGroup v2 format mismatch or connection handling issue - May be kafka-go specific requirement or bug