Detailed API definition: https://kafka.apache.org/protocol#The_Messages_DescribeConfigs
| 16 | |
| 17 | // Detailed API definition: https://kafka.apache.org/protocol#The_Messages_DescribeConfigs |
| 18 | type 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 | |
| 24 | func (r *Request) ApiKey() protocol.ApiKey { return protocol.DescribeConfigs } |
| 25 |
nothing calls this directly
no outgoing calls
no test coverage detected