Browse Source
## Key Findings from Enhanced Logging ### Gateway Metadata Response (HEX): 00000000000000014fd297f2000d6b61666b612d6761746577617900002385000000177365617765656466732d6b61666b612d676174657761794fd297f200000001000000085f736368656d617300000000010000000000000000000100000000000000 ### Schema Registry Consumer Log Trace: ✅ [Consumer...] Assigned to partition(s): _schemas-0 ✅ [Consumer...] Seeking to beginning for all partitions ✅ [Consumer...] Seeking to AutoOffsetResetStrategy{type=earliest} offset of partition _schemas-0 ❌ NO FURTHER LOGS - STUCK IN SEEK ### Analysis: 1. Consumer successfully assigned partition 2. Consumer initiated seekToBeginning() 3. Consumer is waiting for ListOffsets response 4. 🔴 BLOCKED - timeout after 60 seconds ### Metadata Response Details: - Format: Metadata v7 (flexible) - Size: 117 bytes - Includes: 1 broker (nodeID=0x4fd297f2='O...'), _schemas topic, 1 partition - Response appears structurally correct ### Next Steps: 1. Decode full Metadata hex to verify all fields 2. Compare with real Kafka broker response 3. Check if missing critical fields blocking consumer state machine 4. Verify ListOffsets handler can receive requestspull/7329/head
2 changed files with 22 additions and 0 deletions
Loading…
Reference in new issue