Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make remaining Actors implement GridActor? #138

Open
2 of 11 tasks
wwerner opened this issue Mar 6, 2020 · 0 comments
Open
2 of 11 tasks

Make remaining Actors implement GridActor? #138

wwerner opened this issue Mar 6, 2020 · 0 comments
Assignees
Labels
P:1 Highest Priority

Comments

@wwerner
Copy link
Contributor

wwerner commented Mar 6, 2020

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

@VaughnVernon VaughnVernon added the P:1 Highest Priority label Apr 3, 2020
@VaughnVernon VaughnVernon changed the title Run schemata in lattice Run schemata in vlingo/lattice Apr 3, 2020
@Florian-Schoenherr Florian-Schoenherr changed the title Run schemata in vlingo/lattice Make remaining Actors implement GridActor? Apr 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P:1 Highest Priority
Projects
None yet
Development

No branches or pull requests

3 participants