Files
vault/changelog/24201.txt
Christopher Swenson 9d39b6f2cb events: Add filters to keep track of local and other subscriptions (#24201)
This adds a very basic implementation of a list of namespace+eventType
combinations that each node is interested in by just running the
glob operations in for-loops. Some parallelization is possible, but
not enabled by default.

It only wires up keeping track of what the local event bus is interested
in for now (but doesn't use it yet to filter messages).

Also updates the cloudevents source URL to indicate the Vault node that generated the event.

Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
2023-11-30 09:49:22 -08:00

4 lines
76 B
Plaintext

```release-note:change
events: Source URL is now `vault://{vault node}`
```