fix(cdc): rebuild truthful target capabilities on protected develop - #255
fix(cdc): rebuild truthful target capabilities on protected develop#255seonghobae wants to merge 2 commits into
Conversation
|
Warning Review limit reached
Next review available in: 54 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai review |
|
Stack/base repair
This Draft non-destructively rebuilds the bounded target-capability slice from exact protected
develop@942d164ceb7af497bb28a95f842db96429d1bdc4. Old PR #249 remains preserved; its source headf2fd61a50c028535ec30a92d1751e6bf419b1fc4diverges from current protected develop (ahead 4 / behind 1, merge basec2511f6b9d716ef9ab8de60a91fffd826714a4c5), so its stale-base checks and evidence do not transfer.TDD phase
Exact first head
5d801c934a8b2d3003abb96ddc422f320c542757adds onlyCdcTargetCapabilityTest. The test reaches the CDC target SPI via reflection and requires machine-readable execution capabilities for the existing Kafka and JDBC-replica targets. ProductionCdcTargetConnector.capabilities()is intentionally absent on the protected base, so the required first result is RED at that production boundary. Import, dependency, fixture, or runner failure does not qualify.After a valid exact-head RED, restore only the three bounded production SPI files from #249, rerun exact-head validation, and prove semantic/file equivalence before considering #249 superseded. The HTTP controller projection remains outside this PR because its writer lane is separate. No force-push, destructive rebase, protection weakening, stale evidence transfer, or cross-repository write is permitted.