MCPcopy
hub / github.com/segmentio/kafka-go / Response

Struct Response

protocol/fetch/fetch.go:78–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78type Response struct {
79 ThrottleTimeMs int32 `kafka:"min=v1,max=v11"`
80 ErrorCode int16 `kafka:"min=v7,max=v11"`
81 SessionID int32 `kafka:"min=v7,max=v11"`
82 Topics []ResponseTopic `kafka:"min=v0,max=v11"`
83}
84
85func (r *Response) ApiKey() protocol.ApiKey { return protocol.Fetch }
86

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected