streaming: create a stream of encoded KV output for a span #57422
Labels
A-disaster-recovery
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-disaster-recovery
As a first step towards a producer of a stream for cluster-to-cluster streaming, a variant for core changefeeds needs to be created. The primary difference between core changreeds and this stream is that for cluster streaming, we want the changed rows to be emitted as encoded key values (
roachpb.KeyValue
).The text was updated successfully, but these errors were encountered: