Replies: 3 comments
-
Just show me the code ;) Seems that it might have some use. I'm interested how you debug problems - maybe this is not all we could do. The initial idea for 'of_type' method in #456 was also connected to some "debugging API". We could gather more debug scenarios & implement something that will make debugging (especially on large streams of events) easier. |
Beta Was this translation helpful? Give feedback.
-
Well, "debugging" here means:
Especially in the second case, it would be nice to do something like I don't have any pressing need for a more generalized debugging facility that ships with RailsEventStore itself. I can imagine something like adding a UI for constructing a |
Beta Was this translation helpful? Give feedback.
-
Perhaps |
Beta Was this translation helpful? Give feedback.
-
We have some streams that are pretty large, and it would be convenient (especially when debugging) to exclude certain event types while reading the stream. I propose a pair of methods like
Specification#except_type
/#except_types
that do the opposite of#of_type
.What do you think? If it makes sense I can try and implement it.
Beta Was this translation helpful? Give feedback.
All reactions