You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/11/16 00:49:25 UTC

[GitHub] [apisix] zhixiongdu027 commented on issue #8330: feat: As a user, I want apisix can provide a query interface to expose its initialization state.

zhixiongdu027 commented on issue #8330:
URL: https://github.com/apache/apisix/issues/8330#issuecomment-1316101862

   
   apisix is stateless, all data (routing information, node information) is obtained from the outside during initialization.
   
   Before obtaining complete initialization data, apisix may have wrong results when it provides services to the outside world.
   
   Therefore, it is necessary for apisix to provide a flag to indicate that it has been fully initialized. (Get all routes, node information, and plugins are loaded)
   
   Like Readiness and Startup Probes of kubernetes


-- 
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-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org