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

Struct Request

protocol/describeconfigs/describeconfigs.go:18–22  ·  view source on GitHub ↗

Detailed API definition: https://kafka.apache.org/protocol#The_Messages_DescribeConfigs

Source from the content-addressed store, hash-verified

16
17// Detailed API definition: https://kafka.apache.org/protocol#The_Messages_DescribeConfigs
18type Request struct {
19 Resources []RequestResource `kafka:"min=v0,max=v3"`
20 IncludeSynonyms bool `kafka:"min=v1,max=v3"`
21 IncludeDocumentation bool `kafka:"min=v3,max=v3"`
22}
23
24func (r *Request) ApiKey() protocol.ApiKey { return protocol.DescribeConfigs }
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected