style95 commented on issue #5454:
URL: https://github.com/apache/openwhisk/issues/5454#issuecomment-1833115915

   There are two versions of OpenWhisk at the moment.
   
   One is based on the ShardingPoolBalancer and the other is the new 
scheduler(FPCPoolBalancer).
   We plan to release the next version of OpenWhisk that uses the new scheduler 
by default.
   (For now, the ShardingPoolBalancer is enabled by default.)
   
   As @kcexn described above, the new scheduler requires as the name stands 
for, one more component "scheduler".
   And this scheduler component requires ETCD.
   
   Other than ETCD, other components are orthogonal to core components.
   You can select ArtifactStore which stores actions and ActivationStore which 
stores activations.
   For ArtifactStore, you can choose one of CouchDB and MongoDB; for 
ActivationStore, you can choose one of CouchDB, MongoDB, and ElasticSearch.
   These stores can be used no matter which version of OpenWhisk you use.
   
   Regarding the documentation, these days, we are short-handed, so solicit 
help.
   


-- 
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: issues-unsubscr...@openwhisk.apache.org

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

Reply via email to