marvin-engine-executor icon indicating copy to clipboard operation
marvin-engine-executor copied to clipboard

Initial Impl of ExecutorManager Actor to receive remote connection from Cluster Admin module

Open takabayashi opened this issue 8 years ago • 0 comments

Use this VM options to enable and disable admin connections:

-DmarvinConfig.enableAdmin=true
-DmarvinConfig.adminPort=50100
-DmarvinConfig.adminHost=127.0.0.1
  • This manager actor must have access to all GenericHttpAPI actors to be possible to change it...
  • GetMetadata will be created as first remote message implementation
  • StopActor(actionName) will be created to show how to manipulate actors (stop and create etc..)

takabayashi avatar Jan 18 '18 15:01 takabayashi