Commit 96d7fe8
Fix mysql/rds-aurora-cdc recipe: correct the startup transcript
The Step 9 log block was written by hand rather than captured from a run:
four of its five lines do not exist in the runtime. `Initializing dataset
orders` is emitted as `Dataset orders initializing...`, and neither
`runtime::dataconnector::mysql: Bootstrapping MySQL table ...` nor
`Bootstrap complete for orders. Streaming binlog changes.` appears anywhere
in the source — binlog bootstrap logs from
`data_components::mysql_replication::bootstrap`. The `registered` line also
dropped the `, results cache enabled` suffix and the `duration_ms` field
the runtime emits by default.
Replace it with the lines the runtime actually emits, matching the sibling
mysql/cdc recipe's verified transcript and adding the GTID auto-positioning
line this recipe's premise depends on.1 parent 82f460f commit 96d7fe8
1 file changed
Lines changed: 10 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
180 | 184 | | |
181 | 185 | | |
182 | 186 | | |
| |||
0 commit comments