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/15 06:33:36 UTC

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

zhixiongdu027 opened a new issue, #8330:
URL: https://github.com/apache/apisix/issues/8330

   ### Description
   
   
   Users may want apisix to start providing external services after completing initialization.
   Maybe apisix can provide a query interface to expose its own initialization state. (Including plugins, discovery)


-- 
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.apache.org

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


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

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #8330:
URL: https://github.com/apache/apisix/issues/8330#issuecomment-1316160205

   Make sense. Only one concern, if we don't enable the configuration synchronization when APISIX is initing, the synchronization happens in different workers. In such a case, there is no such unified state. This stuff should be considered if we really need to develop this feature.


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


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

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #8330:
URL: https://github.com/apache/apisix/issues/8330#issuecomment-1723098663

   Due to lack of the reporter's response this issue has been labeled with "no response". It will be close in 3 days if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the dev@apisix.apache.org list. Thank you for your contributions.


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


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

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #8330:
URL: https://github.com/apache/apisix/issues/8330#issuecomment-1315050177

   @zhixiongdu027 Do you mean an inventory about the loading state for plugins, core module, discovery?


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


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

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #8330:
URL: https://github.com/apache/apisix/issues/8330#issuecomment-1316183713

   One more question: How do we determine the success of the initialization? Send a signal after something like the normal end of fetching external resources?


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


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

Posted by GitBox <gi...@apache.org>.
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


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

Posted by "zhixiongdu027 (via GitHub)" <gi...@apache.org>.
zhixiongdu027 closed issue #8330: feat: As a user, I want apisix can provide a query interface to expose its initialization state.
URL: https://github.com/apache/apisix/issues/8330


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


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

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #8330:
URL: https://github.com/apache/apisix/issues/8330#issuecomment-1315164694

   what is the initialization state?


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


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

Posted by "shreemaan-abhishek (via GitHub)" <gi...@apache.org>.
shreemaan-abhishek commented on issue #8330:
URL: https://github.com/apache/apisix/issues/8330#issuecomment-1704947582

   ping @zhixiongdu027 


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