Skip to Main Content
EventStoreDB Ideas Portal

Ideas for improvements and new features in EventStoreDB, client libraries, and database extensions.

ADD A NEW IDEA

Ideas

Showing 41 of 56

Support authorisation when reading from $all

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...
Alexey Zimarev almost 2 years ago in EventStoreDB / Dev experience / Security 0 Planned

Handle backpressure

ESDB can be overloaded with read/write operations and it has no limitations enforced on the edge to prevent this. The idea is to set the connection limit (in general or per operation) and deny requests when the limit is exceeded. It will improve t...
Alexey Zimarev almost 2 years ago in EventStoreDB / Operations / Stability 0 Planned

Stream authorisation policies

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...
Alexey Zimarev almost 2 years ago in EventStoreDB / Dev experience / Security 0 Planned

Replication between clusters

Allow one cluster to mirror another. Could be similar to read-only replica, but instead of a single node that is known to the source cluster, the mirror would be a read-only replicated cluster. One use of it is to enable faster reads. If the "oper...
Alexey Zimarev almost 2 years ago in EventStoreDB / Operations / Stability 0

Add catchup subscription stats to HTTP API

No description provided
Alexey Zimarev almost 2 years ago in EventStoreDB / Dev experience / Operations 0 Planned

test

test
Guest 20 days ago in Event Store Navigator 0

test

test
Guest 20 days ago in Event Store Navigator 0

Showing Linked event data in Stream Browser?

Under the Data tab, It's just showing the linked stream name when selecting a linked event i.e. from a $ce- stream. It'd be much more useful to show the data from the actual linked event since the link path is already shown in the table. Maybe a c...
Guest 22 days ago in Event Store Navigator 1 Already exists

Improve diagnostics when unable to reach database

Unable to reach databaseTrying to use the new tool, but I can't find any documentation or troubleshooting guide as to what I should do when I get this error.
Guest 4 months ago in Event Store Navigator 0 Planned

Add a refresh button in the Stream browser?

Like, how to I refresh the $all stream, for example.
Guest 6 months ago in Event Store Navigator 1