bzp2010 commented on code in PR #12179: URL: https://github.com/apache/apisix/pull/12179#discussion_r2068065859
########## conf/config.yaml.example: ########## @@ -165,6 +165,7 @@ nginx_config: # Config for render the template to generate n meta: lua_shared_dict: # Nginx Lua shared memory zone. Size units are m or k. prometheus-metrics: 15m + standalone-config: 10m Review Comment: https://github.com/api7/apisix-nginx-module/pull/56 I'm using exactly the same extra commands that can coexist in both subsystems at the same time, as in our prometheus shared dict. This is meta shared dict and not http or stream. According to tests of that PR, it allows accessing the same shared memory area in different subsystems. -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org