We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a558bb8 commit fe52cafCopy full SHA for fe52caf
protocol/heartbeat/heartbeat.go
@@ -27,8 +27,8 @@ type Response struct {
27
// type.
28
_ struct{} `kafka:"min=v4,max=v4,tag"`
29
30
- ErrorCode int16 `kafka:"min=v0,max=v4"`
31
ThrottleTimeMs int32 `kafka:"min=v1,max=v4"`
+ ErrorCode int16 `kafka:"min=v0,max=v4"`
32
}
33
34
func (r *Response) ApiKey() protocol.ApiKey {
0 commit comments