As demonstrated in the cluster admin architecture we need an akka cluster configuration to allow de communication between cluster admin and an given engine executor nodes....
to allow this we must build two main components:
1 - Executor manager Actor in marvin-engine-executor

2 - Executor Manager Client Actor in marvin-cluster-admin module

As first implementation, will be build a simple message: Get default metadata from executor and send new metadata configuration to engine executor restarts its-self...
As demonstrated in the cluster admin architecture we need an akka cluster configuration to allow de communication between cluster admin and an given engine executor nodes....
to allow this we must build two main components:
1 - Executor manager Actor in marvin-engine-executor
2 - Executor Manager Client Actor in marvin-cluster-admin module
As first implementation, will be build a simple message: Get default metadata from executor and send new metadata configuration to engine executor restarts its-self...