nic-6443 commented on code in PR #13350:
URL: https://github.com/apache/apisix/pull/13350#discussion_r3225486560


##########
apisix/plugins/proxy-cache/init.lua:
##########
@@ -103,6 +123,14 @@ local schema = {
             minimum = 1,
             default = 300,
         },
+        consumer_isolation = {
+            type = "boolean",
+            default = true,
+        },

Review Comment:
   Any variable can be configured in the existing `cache_key` field. Why is it 
necessary to handle the consumer separately in a special way?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to