Alexey Zimarev

Results 69 issues of Alexey Zimarev

When subscribing to `$all` in ESDB, the subscription will receive deleted events from deleted or truncated streams. That's a known issue and it won't be fixed until log v3 is...

eventstore
subscriptions
hold

Transport drops, what else?

rabbitmq
subscriptions

Right now, in the app service, we explain how to get the aggregate id from a command: ```csharp OnNewAsync( cmd => new ProjectTaskId(cmd.TaskId), async (task, cmd, token) => { ......

rfc

I did a major refactoring of RestSharp, and since v107 the API looks different. There are quite a few breaking changes. Now I got an issue https://github.com/restsharp/RestSharp/issues/1734 about Postman's generated...

codegen

I yse Paket.VS 1.10 from the gallery. Each time I use Add package, the package manager console gets blockes. Nothing can be done there. Everything else works, but when I...

LetsEntrypt certificate expire after a short while, does it make sense to remove the certbot or maybe it's a better idea to keep it and set up a cron job...

**Is your feature request related to a problem? Please describe.** The problem is when measuring the subscription gap for a filtered subscription. It's typically done by reading the last event...

kind/enhancement
quality of life

There are server options that concern particular edge-cases and normally should not be used. Some of those options are even considered unsafe. It might be a good idea to have...

area/documentation
action/investigate

Added server-side filtering to persistent subscriptions for $all (ESDB)

**Is your feature request related to a problem? Please describe.** Subscriptions must be closely monitored to ensure they run close to real time. Eventuous provides support for subscription gap metrics,...