-
### Enhancement Description
When retrieving a stream of events for a given aggregate, chances are high not all events in the stream will actually be used to source the aggregate. Adding the unused …
smcvb updated
3 months ago
-
**Describe the bug**
When I subscribe to all stream with filter I get a lot of checkpoints with prepare value being 0.
An example output using `23.6.0-alpha.184-focal`:
```log
ReadResp(Confirmatio…
-
```
Disk errors
1 2022-10-31 22:36:26 +0000 error: dev=0:2048, sector=371038120, nr_sector=144, error='unknown block error', rwbs='R', cmd='',
2 2022-11-01 01:08:50 +0000 error: dev=0:2048, sector=…
-
Hi!
For example:
```javascript
export = domain.defineEvent({}, (data, aggregate) => {
aggregate.set('balance', data.balance);
aggregate.set('value', data.value);
throw new FakeErr…
-
As an administrator I want to get some metrics about my ZITADEL instance, to better know what happens, and how often it is used.
**Acceptance criteria**
- [ ] https://github.com/zitadel/zitadel/issue…
-
We currently use `rapidjson` and default `json` library to parse/stringify JSON. The alternative library `orjson` is 6 times faster than `json` and 2-3 times faster than `rapidjson`.
We (me and @fp…
-
### Team
- [X] I've assigned a team label to this issue
### Severity
Confusing
### Version
Recent, when document stores were introduced
### Latest Version
I could reproduce the problem in the l…
-
When I use the the method setUsingCalendar: to set the current calendar in the below code snippte
```
NSArray* currentCalendars = [calendarManager iCloudCalendars];
for (int i=0; i < …
-
**Describe the bug**
When you replay a *group* of parked message and N'ack to be parked, this is ignore and the event is retried
**To Reproduce**
1. create a subscriber to a persistent subscripti…
-
假设你的场景是,创建聚合根很频繁,但是修改聚合根很不频繁,然后聚合根的大小又比较大,比如文章(包括了内容)。这种场景,文章创建后,只要事件持久化到了eventstore,然后文章聚合根不需要保存在内存(当然,这个是你为了节省内存的前提)。
这个需求,目前还不支持,目前聚合根创建出来后一定是会放在内存的。
设计思路:
聚合根加特性,标记是否需要常驻内存,或者缓存保留时间之类的