mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
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>
4 lines
76 B
Plaintext
4 lines
76 B
Plaintext
```release-note:change
|
|
events: Source URL is now `vault://{vault node}`
|
|
```
|