-
Implement support for R2DBC. This may be something such as `jdbi-r2dbc`. FYI:
https://r2dbc.io/
https://github.com/r2dbc
Also, we support Jdbi in the `vlingo-symbio` which is part of our reacti…
-
### Description
`JDBCStorageDelegate.tableExists()` uses `DatabaseMetaData.getTables()` its inside.
However, JDBC DatabaseMetaData has a different scope depending on the database.
So, `JDBCStorage…
-
Hello,
we have created a project for a [portfolio](https://github.com/whzinformatik/stocktrader/tree/portfolio). (Same project as #4)
We want to retrieve some data (get request).
Some errors alr…
-
The build with running tests breaks
An option could be to disable the tests as long as they do not run.
```
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR] io.vlingo.symbio.store.journal.j…
-
Accessing non-existing resources just hangs w/o sending `HTTP 404` response code.
`io.vlingo.symbio.store.StorageException` exception is thrown containing the message: **No object identified by expre…
-
After invetigating #64, it seems that updating persistent objects in schemata is broken in general.
If it is not and I'm just missing sth., I'd be very happy, so please to correct me if this is wron…
-
After the recent updates to `vlingo-wire` (I suspect somewhere around https://github.com/vlingo/vlingo-wire/pull/13 and https://github.com/vlingo/vlingo-wire/compare/12f372d49439...10c9ded38288 ), the…
-
The UUID with timestamp is experimental and meant for YugaByte Postgres since increment/sequence won't scale globally. This implementation will be preserved for YugaByte but the core Postgres implemen…
-
Curently the `ObjectStore` protocol defines a method used to register mapping for a given persistent type.
```
void registerMapper(final PersistentObjectMapper mapper);
```
Most of the stores simp…
-
Adapters do more than just serialize and deserialize, but at the beginning in most cases you don't need these extra functions as your events have version 1 and upcasting, etc., is not necessary. There…