-
Version tested: V1.20.1
I use wolverine with marten:
services.AddMarten(storeOptions =>
{
-- Do some config
})
.IntegrateWithWolverine("messageStore")
.EventForwardingToWolverine();
…
-
a
-
I really like Wolverine's approach, and was investigating it as an alternative to MediatR to dispatch commands. Since this is brownfield project, this is a deal breaker. I think this warning should be…
-
cc @jessestr
Think of the case of an MQTT broker that is receiving messages marked to be retained, but the QoS is "ExactlyOnce". If the wolverine application is restarted, the MQTT broker is redeli…
-
Hi,
I setup a simple SQS backed outbox app (based on EF core and persistence to SQL server).
When a simple controller method is triggered, I use the injected IDbContextOutbox to PublishAsync(...) …
-
-
|GameID|GameState File|
|-|-|
|b23c2966899da4b40c8a190a9d7754e9|ClientGameState--729616002-[31743-31743].txt|
-
This is a placeholder for a conversation about what this really means for Marten.
Some initial thoughts about what this could be:
* It'd be low hanging fruit to automatically detect and set a ne…
-
**Describe the bug**
DisableConventionalDiscovery() method on wolverine options also disables includes and excludes in CustomizeHandlerDiscovery() which is not desired behaviour in my opinion.
**E…
-
**Describe the bug**
When using RabbitMQ with default `DurabilityMode = Balanced` app is unable to start.
All Wolverine and Marten packages are latest as for now: Wolverine 2.1.2 and Marten 7.4.0
…