-
In the "Understanding Eventsourcing" chapter, you mentioned how Adam Dymitruk recently built an event-sourced Open Space Management System using a file-based Event Store.
The end of the paragraph r…
-
When running the tests on the `main` branch with `./mvnw test` in a gitpod instance I get the following right in the beginning:
```text
[INFO] --- kotlin:2.0.0:test-compile (test-compile) @ cart -…
tullo updated
2 months ago
-
[This issue is imported from pivotal - Originaly created at Jan 3, 2023 by Peter Havekes](https://www.pivotaltracker.com/story/show/184137448)
When editing the activation-hint-text from the RA portal…
-
What are your thoughts on adding `StreamType` or `StreamCategory` to the main `EventStore` interface? In the mongo impl. I also have `StreamName` but force the implementations to have a bit more struc…
-
Hello, eventsourcing team!
My name is Yaroslav, and I’m exploring your library. I encountered an issue related to restoring aggregates from events and applying new events, which leads to inconsiste…
-
## Error-Message
```log
2024-12-15 08:41:25.422 [main] ERROR Main - -> Analysis failed.-> Cannot execute query for rule 'Concept{id='java:ArtifactDependency', description='Creates a new DEPENDS_ON re…
-
Hi Guys
I've stumbled upon a problem, I seem to cannot find the root cause of.
We are running an API with Fast-API.
**Symptom:**
When trying to write to the db, we get the following:
**Ex…
-
Thank you for a great library!
There's one thing that makes it difficult to use the library for serious tasks: transactions.
Every time I need to save events, I usually need to do some other bookk…
-
Here's the recommended outline:
## 1. Add inline projection setup to InMemoryEventStore options
That can be done in a similar way as in the [PostgreSQL event store options](https://github.com/event-d…
-
**Ecotone version(s) affected**: latest
**Description**
1. If there is an error in the message payload converter for a distributed endpoint, then the message does not end up in the dead letter. Le…