Browse Source

fmt

pull/7231/head
chrislu 2 months ago
parent
commit
bab10b6c26
  1. 1
      weed/mq/kafka/protocol/fetch.go

1
weed/mq/kafka/protocol/fetch.go

@ -116,6 +116,7 @@ func (h *Handler) handleFetch(correlationID uint32, apiVersion uint16, requestBo
} }
} }
fmt.Printf("DEBUG: Fetch v%d response hex dump (%d bytes): %x\n", apiVersion, len(response), response)
return response, nil return response, nil
} }

Loading…
Cancel
Save