Closed kmruiz closed 5 years ago
Type definitions need to be compiled when queried from the database. Now the TypeResolver is asynchronous so it would allows us to reactively compile type definitions.
io.vlingo.schemata.codegen.processor.types.TypeResolver
We need to extend the TypeResolver interface in the SchemaVersionQueries protocol:
io.vlingo.schemata.query.SchemaVersionQueries
And probably we will need to change the TypeResolver to be able to compile TypeDefinitions from sources.
@kmruiz Is this near PR stage?
@kmruiz Perfect, thanks!
Fixed by: https://github.com/vlingo/vlingo-schemata/commit/6ddcf3d0b48e1b91a133ecd359eee0dc80cbb241
Type definitions need to be compiled when queried from the database. Now the TypeResolver is asynchronous so it would allows us to reactively compile type definitions.
io.vlingo.schemata.codegen.processor.types.TypeResolver
We need to extend the TypeResolver interface in the SchemaVersionQueries protocol:
io.vlingo.schemata.query.SchemaVersionQueries
And probably we will need to change the TypeResolver to be able to compile TypeDefinitions from sources.