EventStore / replicator

Real-time replication tool
https://replicator.eventstore.org
Apache License 2.0
20 stars 13 forks source link

Avoid replicating projection output streams #55

Open alexeyzimarev opened 2 years ago

alexeyzimarev commented 2 years ago

Projection output streams should not be replicated as the projection might've been migrated manually and produce the conflicting stream. Also, ESDB is not happy when someone writes to the result stream. I am not sure yet if it's possible to find if a given stream is the projection result stream, need to investigate.

alexeyzimarev commented 2 years ago

Triggered by #54