Is there a built-in mechanism for schemas/namespaces to avoid conflicts between applications using the same event store?
e.g.
in a security module using event store, it uses “resource” streams (a resource to be accessed).
in a billing module using event store, it uses “resource” streams (a resource that has been used).
Is the expectation that we manage the naming conflicts ourselves by prefixing all the streams names, e.g. “mycompany-security-resource-00001”?