Skip to content

Commit

Permalink
Merge pull request #185 from justinrlee/prop-keys
Browse files Browse the repository at this point in the history
Support proprietary API Keys
  • Loading branch information
everesio authored Jan 19, 2025
2 parents 043c04a + 276c0f8 commit e5074c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const (
apiKeyApiApiVersions = int16(18)

minRequestApiKey = int16(0) // 0 - Produce
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)
)

var (
Expand Down

0 comments on commit e5074c8

Please sign in to comment.