Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TimeStampProvider support #24

Open
to11mtm opened this issue Jun 25, 2021 · 1 comment
Open

Add TimeStampProvider support #24

to11mtm opened this issue Jun 25, 2021 · 1 comment

Comments

@to11mtm
Copy link
Member

to11mtm commented Jun 25, 2021

Adding Support for a mechanism similar to ITimestampProvider in Akka.Persistence.Sql.Common will be useful to some users that wish to have timestamps in a format other than .NET DateTime Ticks (i.e. Unix epoch instead)

Ideally, we should try to use a base/abstract class instead of an Interface, or at least benchmark the difference between the two; Reason for this is on high velocity systems, cost of interface calls on reading/writing events may have an impact instead of a simple virtual call.

@CumpsD
Copy link
Member

CumpsD commented Mar 10, 2023

Or for people wanting to use Noda Instant types

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants