You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesatee.apache.org by GitBox <gi...@apache.org> on 2019/12/02 21:54:30 UTC

[GitHub] [incubator-mesatee] m4sterchain opened a new issue #115: Decouple existing worker logic from FNS as a seperate deployable component

m4sterchain opened a new issue #115: Decouple existing worker logic from FNS as a seperate deployable component
URL: https://github.com/apache/incubator-mesatee/issues/115
 
 
   Service providers need customized workers in different security levels. Currently all existing workers are running inside the FNS process with limited flexibility. 
   We can decouple the worker logic from FNS as a separate deployable component, and make workflow as follows:
   - Worker can only communicate with FNS during its lifetime
   - Worker instances registered to FNS upon launch
   - Worker instances talks to FNS actively for getting task info, running tasks and updating its status 
   - FNS manages all registered workers for load balancing and status tracking
   

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@mesatee.apache.org
For additional commands, e-mail: dev-help@mesatee.apache.org