eventhorizon icon indicating copy to clipboard operation
eventhorizon copied to clipboard

Event Sourcing for Go!

Results 55 eventhorizon issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** OpenTracing is deprecated in favor of OpenTelemetry (https://github.com/opentracing/specification/issues/163) **Describe the solution you'd like** Switch to OpenTelemetry.

enhancement

**Describe the bug** I use the memory outbox and wrote a saga that is an EventHandler called by the outbox. At the end of the saga, there is a new...

bug

### Description When an aggregate is materialized, events are read from the event source. In the case of the MongoDB implementation, the way they are read does not guarrants the...

### Description When an aggregate is loaded from a Snapshot, and no additional events are applied, the version is left in 0. ### Affected Components - events.AggregateStore ### Related Issues...

**Describe the bug** When events are applied to an aggregate to materialize it, the events should be applied in version order to maintain the event history. The `events.AggregateStore` use an...

**Describe the bug** When an Aggregate is loaded by the `AggregateStore`, if the aggregate has Snapshots configured, after initializing the Aggregate with the Snapshot data, the Aggregate version is not...

Bumps gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gopkg.in/yaml.v3&package-manager=go_modules&previous-version=3.0.0-20200313102051-9f266ea9e77c&new-version=3.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

### Description pkg imported more than once ### Affected Components - Event Bus, Event Store etc ### Related Issues #123 ### Solution and Design Short description of the solution. ###...

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.40.0 to 1.53.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.53.0 API Changes balancer: support injection of per-call metadata from LB policies (#5853) resolver: remove deprecated field...

dependencies

Hi Go 1.18 has support Generic Will generic will support in eventhorizon?