We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is best done as part of #113
Currently, schemata runs on a single node world/stage. To run on Grid we need to
Grid
Implement applyRelocationSnapshot in all entities
applyRelocationSnapshot
Make Entities implement GridActor -> done, as they inherit from ObjectEntity
GridActor
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
io.vlingo.schemata.query
Provide Grid config for test
Provide Grid config for runtime
/cc @buritos
The text was updated successfully, but these errors were encountered:
danilo-ambrosio
No branches or pull requests
This is best done as part of #113
Currently, schemata runs on a single node world/stage.
To run on
Grid
we need toImplement
applyRelocationSnapshot
in all entitiesMake Entities implement
GridActor
-> done, as they inherit fromObjectEntity
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
inio.vlingo.schemata.query
Provide
Grid
config for testProvide
Grid
config for runtime/cc @buritos
The text was updated successfully, but these errors were encountered: