Hello again
I’ve noticed there is a concept of subsystems in the codebase. Are there any plans to open it so that I, as a user, can register my own subsystems/plugins? Such a subsystem might for example contain native projections or things like competing consumers/persistent projections.
EventStore would load the plugins from the bin folder on startup. There probably should be also some way to ensure cluster-wise integrity such as checking if all nodes of the cluster have the same plugins (by comparing hashes of plugin assemblies?)
Szymon