Files
seaweedfs/weed
chrislu 2184ede70f Implement precise Metadata v1 encoding based on kafka-go struct format
- Replace manual Metadata v1 encoding with precise implementation
- Follow exact kafka-go metadataResponseV1 struct field order:
  - Brokers array (with Rack field for v1+)
  - ControllerID (int32, required for v1+)
  - Topics array (with IsInternal field for v1+)
- Use binary.Write for consistent big-endian encoding
- Add detailed field-by-field comments for maintainability
- Still investigating 'multiple Read calls return no data or error' issue

The hex dump shows correct structure but kafka-go ReadPartitions still fails.
Next: Debug kafka-go's internal parsing expectations.
2025-09-10 21:46:07 -07:00
..
2025-08-09 21:47:29 -07:00
2025-07-19 23:56:17 -07:00
2025-08-30 11:15:48 -07:00
2025-08-31 23:31:28 -07:00
2025-08-22 01:15:42 -07:00
2025-09-10 11:04:42 -07:00
2025-08-30 11:15:48 -07:00
2024-06-25 09:18:11 -07:00
2025-08-30 11:15:48 -07:00
2024-02-14 08:26:38 -08:00
2025-07-19 21:43:34 -07:00
2025-03-17 23:13:27 -07:00