DNM: playground: Add config 'use-table-id-as-path=true' while creating changefeed for TiCI#2692
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature/fts #2692 +/- ##
==============================================
Coverage ? 46.90%
==============================================
Files ? 372
Lines ? 38104
Branches ? 0
==============================================
Hits ? 17870
Misses ? 18088
Partials ? 2146 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Add config 'use-table-id-as-path=true' while creating changefeed for TiCI.
What is changed and how it works?
To enable tici to support rebuilding tables with the same name, ticdc supports configuring the path to use the table_id (#4356).
To ensure that changefeed creation uses the table_id as the path when using tici, playground need the
use-table-id-as-path=trueconfiguration enabled by default.Check List
Tests
Code changes
Side effects
Related changes
Release notes: