Add extension to current clients to - Fold and transform on read- Batch & Wait time on subscription- return Events when Appends fail with concurrency check
Yves Lorphelin
almost 2 years ago
in ESDB Clients
1
Seems like persistent subscriptions aim to solve two problems: Server-side checkpointing for use cases when events are being forwarded to a place that doesn't have the ability to store checkpoints (message brokers), or users just don't want to dea...
Substantial population of developers use Apple computers with ARM chip, and they currently cannot run ESDB locally even in Docker. We do have an "alpha" image but nobody gives any guarantees that everything works there. By providing a supported im...
Have to ability to start a single node EventStore in complete read-only mode. This will allow the rebuilding of corrupted indexes on a different server from a production backup without worrying about surpassing the production checkpoint due to new...
Currently, reads and subscriptions to $all require admin access, which isn't good for security. Supporting auth for $all will have performance impact when ACLs are used, but in combination with policies it could be fast enoguh because policies, un...
ESDB has access control lists (ACLs) as the primary method to achieve granular (per stream) authorisation. However, ACLs need to be set up per stream, which is a burden for developers. Also, if the auth rules change, all the streams need to get th...
I will use your DB in my project, looking around ecosystem. New in event sourcing, reading a lot of your docs, and forum.
Navigator using a while, and what I miss: i have 3 envs, and always i need to enter IP / PORT. It's not remembered well on m...
During development, ESDB will be reset multiple times, and the stream ids will contain uuids. without this feature, recently viewed streams is full of streams that don't exist
Hi,
This new UI looks very slick and fancy... It's great but frankly i'm not looking forward to having to use yet-another tool next to my browser. Will the old web UI remain available?
While on the visualization topic, any plans to include an op...