Skip to content

Commit 276c0f8

Browse files
committed
Support proprietary API Keys
1 parent 44b9dcb commit 276c0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/processor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const (
2121
apiKeyApiApiVersions = int16(18)
2222

2323
minRequestApiKey = int16(0) // 0 - Produce
24-
maxRequestApiKey = int16(120) // so far 67 is the last (reserve some for the feature)
24+
maxRequestApiKey = int16(20000) // so far 67 is the last (reserve some for the feature)
2525
)
2626

2727
var (

0 commit comments

Comments
 (0)