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 2019/11/04 17:16:47 UTC

[GitHub] [incubator-apisix] Miss-you opened a new issue #803: request help: Does the APISIX need to write the configuration to the local disk?

Miss-you opened a new issue #803: request help: Does the APISIX need to write the configuration to the local disk?
URL: https://github.com/apache/incubator-apisix/issues/803
 
 
   ### Issue description
   Does the APISIX need to write the configuration to the local disk?
   
   The APISIX currently can run without the configuration center, etcd.
   
   But its routes configuration just is stored in the memory. If APISIX runs without etcd or could not connect the etcd (still possible), meanwhile, APISIX has been restarted because of some critical BUG. APISIX will restart with no route configuration which will cause the network failure.
   
   On the other hand, other API-Gateway, such as tyk or zuul, will write the configuration to the local disk when it exit.
   
   ### Environment
   
   * apisix version (cmd: `apisix version`): 0.9 or higher
   * OS: linux
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services