Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Combine the CurrentStateDeltaStream into the EventStream #4955

Merged
merged 10 commits into from
Mar 28, 2019

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Mar 27, 2019

Get rid of the "current_state_delta" replication stream, and add its functionality to the "events" stream by virtue of giving the events stream two different types of rows.

This is a precursor to fixing #4422. Builds on #4954.

This will allow individual stream classes to override how a row is parsed.
We're about to turn it straight into a JSON object anyway so building a
ROW_TYPE is a bit pointless, and reduces flexibility in the update_function.
... as a precursor to combining it with the CurrentStateDelta stream.
@richvdh richvdh requested a review from a team March 27, 2019 22:11
@codecov
Copy link

codecov bot commented Mar 27, 2019

Codecov Report

Merging #4955 into develop will increase coverage by 0.04%.
The diff coverage is 94.36%.

@@             Coverage Diff             @@
##           develop    #4955      +/-   ##
===========================================
+ Coverage    60.43%   60.48%   +0.04%     
===========================================
  Files          328      331       +3     
  Lines        34093    34129      +36     
  Branches      5627     5634       +7     
===========================================
+ Hits         20605    20643      +38     
  Misses       12017    12017              
+ Partials      1471     1469       -2

@richvdh richvdh merged commit 902cdc6 into develop Mar 28, 2019
@richvdh richvdh deleted the rav/merge_state_into_events branch March 28, 2019 18:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants