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

Struct Response

protocol/txnoffsetcommit/txnoffsetcommit.go:50–57  ·  protocol/txnoffsetcommit/txnoffsetcommit.go::Response

Source from the content-addressed store, hash-verified

48var _ protocol.GroupMessage = (*Request)(nil)
49
50type Response struct {
51 // We need at least one tagged field to indicate that this is a "flexible" message
52 // type.
53 _ struct{} `kafka:"min=v3,max=v3,tag"`
54
55 ThrottleTimeMs int32 `kafka:"min=v0,max=v3"`
56 Topics []ResponseTopic `kafka:"min=v0,max=v3"`
57}
58
59type ResponseTopic struct {
60 // We need at least one tagged field to indicate that this is a "flexible" message

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected