spacewander commented on issue #7564: URL: https://github.com/apache/apisix/issues/7564#issuecomment-1198919952
> Why is it not allowed to modify the configuration of the same group here? Different routes in the same group should have the same configuration. Otherwise, the limit-count will work incorrectly. > If I use uniq group name when update the same route, this will have a lot of unused limit obj in luacache The unused obj will be removed from the lrucache eventually, as the cache is LRU. > If I want to use the same group name, how can I re-create the limit object in luacache. By creating a group. You can consider it as dividing the group into two, one is the new one, and the other is the original one. -- 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]
