-
Hello 👋,
it looks like JWT can't be used in Event Sourced type of service.
Creating action service with JWT works but once I put this code into event sourced service
```
option (kalix.servic…
Mitep updated
2 weeks ago
-
A testkit for testing `EventsourcedView`, `EventsourcedActor`, `EventsourcedWriter` and `EventsourcedProcessor` implementations.
-
**Current Section**
missing HACKTOBERFEST AND GSSOC BANNER ON THE README
**Proposed Change**
ADD HACKTOBERFEST AND GSSOC BANNER ON THE README
**Rationale**
to showcase the project's involveme…
-
As BFU I wanted to test some strategies. I had to grab BarSeries, code some data loader (CSV, JDBC, online API). After a few days I had some runnable code with copy pasted graphing.
But results are…
sgflt updated
15 hours ago
-
https://learn.eventstore.com/webinar-recording-testing-event-sourced-applications?utm_campaign=Webinar%20-%20Testing%20event-sourced%20applications&utm_medium=email&_hsmi=144983828&_hsenc=p2ANqtz-8y3K…
-
Displaying the page name with the event is good practise.
-
## Feature Request
### Crates
* https://crates.io/crates/tracing-log
* https://crates.io/crates/tracing-subscriber
### Motivation
When using `tracing` with `tracing-log` to convert `log` …
lcmgh updated
3 months ago
-
So, here's an idea. When we think about database requirements for event sourcing, we think of writing to the journal that's indexed by persistence id, and then needing a second index on tags for CQRS.…
-
in `actions-publishing-subscribing`, the section Subscribing to state changes from a Value Entity' starts with 'Similar to subscribing to events from an Event Sourced Entity', but I don't see where we…
-
**Is your feature request related to a problem? Please describe.**
Kafka is not the only solution for an event-driven architecture.
I think it would be more valuable to describe an enterprise-level …