diff --git a/tap.go b/tap.go index ede98d3..a2e9bf4 100644 --- a/tap.go +++ b/tap.go @@ -90,6 +90,7 @@ type FeedArguments struct { CheckpointPrefix string // Key of checkpoint doc to save state in, if non-empty Scopes map[string][]string // Collection names to stream - map keys are scopes FeedContent FeedContent // Type of content to send in feed + MetadataStore DataStore // MetadataStore overrides where DCP checkpoint documents are persisted. } // FeedContent controls the content sent in the feed