From 276c0f804308f0f24ec9453607c7dbe9e4211641 Mon Sep 17 00:00:00 2001 From: Justin Lee Date: Fri, 10 Jan 2025 09:00:00 +0000 Subject: [PATCH] Support proprietary API Keys --- proxy/processor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/processor.go b/proxy/processor.go index 1f61bf77..c1ed72a6 100644 --- a/proxy/processor.go +++ b/proxy/processor.go @@ -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 (