rails_event_store
rails_event_store copied to clipboard
A Ruby implementation of an Event Store based on Active Record
- what is the release cycle/policy and waht are the expectations for compatibility, i.e. how to target version constraints - how it is tested, against what and how are the...
By default when you inspect RES::Client in console it returns a lot of unreadable stuff (ivars): ``` irb(main):001:0> Rails.configuration.event_store => # ``` First we could tame most of this noise...
Reusing aggregate instances inside circular sync handlers leads to WrongExpectedEventVersion error
Probably the code will tell it clearier than I can explain ;) In short - we're having two aggregates. There's a circular dependency between them (via events). Once we started...
A subpage in Browser could summarize useful information in terms of diagnostics: - RES release version (already in the footer but can be moved or duplicated) - total number of...
Consider following scenario: - broken events JSON from backend (i.e. missing `timestamp` key in metadata, i.e. due to misconfigured `Event` class like #762) ```json { "data": [ { "id": "c6fcd01d-b708-46a7-b712-18783cc6e880",...
Hi guys I am having an issue. When I try to navigate back in time in the ruby browser we have so many events that each pagination click represents 1-2...
There's no docs currently describing the purpose and philosophy of BoundedContext gem. Questions which can be covered: - why it generates directory on the top level of a Rails app...