Neil Menne
Neil Menne
This makes the HLClock a part of the Maestro application. I'm going to make a beginner friendly issue for making it parameterized via some Maestro rather than using the existing...
It would be nice to devise a strategy for letting aggregates control their `GenServer` opts. An example that I encounter is having aggregates that _could_ go away due to lack...
Suppose multiple aggregates are coexisting w/in a large application, it would make sense to refactor how the store is configured/used to allow for sharding of the events into separate stores.
Since we use `Ecto` for our [`Postgres`](https://github.com/toniqsystems/maestro/blob/master/lib/maestro/store/postgres.ex) backend, it would be a reasonable goal to extend our support to those as well. While the particular implementation doesn't leverage any specifics...