Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Support for local replication filters #245

Closed
krasserm opened this issue Apr 1, 2016 · 0 comments · Fixed by #254
Closed

Support for local replication filters #245

krasserm opened this issue Apr 1, 2016 · 0 comments · Fixed by #254
Assignees
Milestone

Comments

@krasserm
Copy link
Contributor

krasserm commented Apr 1, 2016

In addition to ReplicationConnection-scoped replication filters, allow applications to define local ReplicationEndpoint-scoped replication filters. This allows replication sources to define which events can be replicated at all. Local replication filters should be configurable per event log name.

For example, a replication endpoint that doesn't want local events of type X to be replicated to other locations should setup a local replication filter that doesn't accept events of type X. This frees other replication endpoints to specify these filters in their replication connections. A main use case for local replication filters is to separate location-specific events from replicated events.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant