kayx23 commented on issue #10100:
URL: https://github.com/apache/apisix/issues/10100#issuecomment-1696799675

   @Revolyssup I actually didn't. I started new instances of APISIX and etcd in 
docker (because i suspected there was a caching related issue) and was still 
able to recreate the issue with just the following:
   
   ```shell
   curl "http://127.0.0.1:9180/apisix/admin/consumer_groups"; -X PUT -d '
   {
     "id": "basic_plan",
     "plugins": {
       "limit-count": {
         "count": 2,
         "time_window": 30,
         "group": "$consumer_group_id"
       }
     }
   }'
   ```
   
   ```shell
   curl "http://127.0.0.1:9180/apisix/admin/consumer_groups"; -X PUT -d '
   {
     "id": "premium_plan",
     "plugins": {
       "limit-count": {
         "count": 20,
         "time_window": 30,
         "group": "$consumer_group_id"
       }
     }
   }'
   ```


-- 
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