Skip to content

Make remaining Actors implement GridActor? #138

@wwerner

Description

@wwerner

This is best done as part of #113

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

  • Implement applyRelocationSnapshot in all entities

  • 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

Metadata

Metadata

Labels

P:1Highest Priority

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions