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 44b9dcb commit 276c0f8Copy full SHA for 276c0f8
proxy/processor.go
@@ -21,7 +21,7 @@ const (
21
apiKeyApiApiVersions = int16(18)
22
23
minRequestApiKey = int16(0) // 0 - Produce
24
- maxRequestApiKey = int16(120) // so far 67 is the last (reserve some for the feature)
+ maxRequestApiKey = int16(20000) // so far 67 is the last (reserve some for the feature)
25
)
26
27
var (
0 commit comments