oracledb_cdc: Support snapshot only mode, deprecating stream_snapshot config - #4568
oracledb_cdc: Support snapshot only mode, deprecating stream_snapshot config#4568josephwoodward wants to merge 15 commits into
stream_snapshot config#4568Conversation
6454a6a to
bbdbcf1
Compare
bbdbcf1 to
764e04b
Compare
|
Commits Review
|
|
Commits Review
|
stream_snapshot config
|
Commits Two minor commit-message quality issues (STEP 1 message-quality is enforced):
Message format is otherwise valid ( Review The change migrates
LGTM. |
|
Commits
Otherwise commit hygiene is good: messages follow Review One functional issue:
|
|
Commits LGTM — all commits follow the Review This PR replaces the boolean 2 issues flagged inline:
|
|
Commits
Review The PR replaces
|
| stream_snapshot: true | ||
| snapshot_mode: snapshot_and_stream |
There was a problem hiding this comment.
This config sets both the now-deprecated stream_snapshot: true and the new snapshot_mode: snapshot_and_stream. Everywhere else in this PR stream_snapshot was cleanly replaced by snapshot_mode (e.g. the lob_enabled: false subtest just above at line 795), so leaving both here looks like an incomplete edit and is confusing (which one wins?). Drop the deprecated stream_snapshot: true line.
|
Commits Format and scope are fine (all
Review The migration from
|
|
Commits
Review LGTM |
|
Closing this to remove a lot of the noise from the PR, will open a new PR. |
No description provided.