xoom-schemata icon indicating copy to clipboard operation
xoom-schemata copied to clipboard

Make remaining Actors implement GridActor?

Open wwerner opened this issue 4 years ago • 0 comments

This is best done as part of #113

Currently, schemata runs on a single node world/stage. To run on Grid we need to

  • [x] Implement applyRelocationSnapshot in all entities

  • [x] Make Entities implement GridActor -> done, as they inherit from ObjectEntity

  • [ ] Make remaining Actors implement GridActor

    • [ ] io.vlingo.schemata.model.DependencyRecorderActor
    • [ ] io.vlingo.schemata.codegen.TypeDefinitionCompilerActor
    • [ ] io.vlingo.schemata.codegen.backend.java.JavaBackend
    • [ ] io.vlingo.schemata.codegen.processor.types.ComputableTypeProcessor
    • [ ] io.vlingo.schemata.codegen.processor.types.TypeResolverProcessor
    • [ ] *QueriesActor in io.vlingo.schemata.query
  • [ ] Provide Grid config for test

  • [ ] Provide Grid config for runtime

/cc @buritos

wwerner avatar Mar 06 '20 15:03 wwerner