File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ type Response struct {
46
46
Results []ResponseQuotas `kafka:"min=v0,max=v1"`
47
47
}
48
48
49
- func (r * Response ) ApiKey () protocol.ApiKey { return protocol .CreateAcls }
49
+ func (r * Response ) ApiKey () protocol.ApiKey { return protocol .AlterClientQuotas }
50
50
51
51
type ResponseQuotas struct {
52
52
ErrorCode int16 `kafka:"min=v0,max=v1"`
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ type Response struct {
38
38
Entries []ResponseQuotas `kafka:"min=v0,max=v1"`
39
39
}
40
40
41
- func (r * Response ) ApiKey () protocol.ApiKey { return protocol .CreateAcls }
41
+ func (r * Response ) ApiKey () protocol.ApiKey { return protocol .DescribeClientQuotas }
42
42
43
43
type Value struct {
44
44
Key string `kafka:"min=v0,max=v1"`
You can’t perform that action at this time.
0 commit comments