Graylog2 / Graylog2/graylog2-server
`PluginStore` should be subscribable, `withPluginEntities` should update props
Open
feature
triaged
web
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
`PluginStore` is currently used in the web interface to register entities which can be contributed by plugins. At the moment, it does not offer consumers to subscribe to its state and update them after a state change. Therefore, `withPluginEntities` is not able to update props after a state change of the `PluginStore` and the whole construct depends on the load order of different components.
Contributor guide
Assessment
This issue has not been assessed yet.