Skip to content

Commit

Permalink
More updates to cqrs with marten
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Jan 21, 2025
1 parent 0568cbc commit 2a146eb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/tutorials/cqrs-with-marten.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
::: info
Sadly enough, what's now Wolverine was mostly an abandoned project during the COVID years. It was
rescued and rebooted specifically to form a full blown CQRS with Event Sourcing stack in combination
with Marten using what we now call the "aggregate handler workflow."
with Marten using what we now call the "aggregate handler workflow." At this point, the "Critter Stack" team
firmly believes that this is the very most robust and productive tooling for CQRS with Event Sourcing in the
entire .NET ecosystem.
:::

::: tip
Expand Down Expand Up @@ -768,3 +770,10 @@ pull it into Wolverine core.
Wolverine has the ability to distribute the asynchronous projections and subscriptions to Marten events evenly across
an application cluster for better scalability. See [Projection/Subscription Distribution](/guide/durability/marten/distribution) for more information.

## Observability

Both Marten and Wolverine have strong support for [OpenTelemetry](https://opentelemetry.io/) (Otel) tracing as well as emitting performance
metrics that can be used in conjunction with tools like Prometheus or Grafana to monitor and troubleshoot systems in
production.

See [Wolverine's Otel and Metrics](/guide/logging.html#open-telemetry) support and [Marten's Otel and Metrics](https://martendb.io/otel.html#open-telemetry-and-metrics) support for more information.

0 comments on commit 2a146eb

Please sign in to comment.