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

Struct Response

protocol/createtopics/createtopics.go:43–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43type Response struct {
44 // We need at least one tagged field to indicate that v5+ uses "flexible"
45 // messages.
46 _ struct{} `kafka:"min=v5,max=v5,tag"`
47
48 ThrottleTimeMs int32 `kafka:"min=v2,max=v5"`
49 Topics []ResponseTopic `kafka:"min=v0,max=v5"`
50}
51
52func (r *Response) ApiKey() protocol.ApiKey { return protocol.CreateTopics }
53

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected