Lack of TimeStamp on EventEnvelope #4665
-
Following Aaron's advice to try out this new discussion tool. I am trying to find out how to extract the timestamp of the events from a persistence query. The class EventEnvelope does not have this information in it. The thing is, I've created a lot of events, and now I want to create a projection showing when a certain event occurred. When I look at the event journal table (in my case from oracle), I can see that there is a column in it as expected: So now I have 2 questions:
Or maybe I'm just looking at the problem at the wrong angle, as I often do ;) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This information is sometimes stored or derived as part of the akka.net/src/core/Akka.Persistence.Query/Offset.cs Lines 50 to 84 in 77babf0 However, it looks to me like this is an oversight in the design of the We should create an issue and add some constructor overloads (can't modify the existing signatures - breaks binary compatibility) that time a Timestamp and exposed that as a public property on |
Beta Was this translation helpful? Give feedback.
-
This has now been resolved: #4668 |
Beta Was this translation helpful? Give feedback.
This has now been resolved: #4668