kvclient/rangefeed: add WithEmitMatchingOriginIDs rangefeed client option
This patch adds a rangefeed client level configuration option that configures the rangefeed to emit events originally written by clusters with a matching OriginID during LogicalDataReplication. Currently rangefeeds only support matching to OriginID 0, local writes.
Informs https://github.com/cockroachdb/cockroach/issues/126253
Release note: none
unrelated flake
What about WithOriginIDsMatching(ids int32...) ?
What about WithOriginIDsMatching(ids int32...) ?
good idea to set this up now. done.
TFTRs!
bors r=dt,miraradeva,stevendanna
bors retry