Closed burakku closed 5 days ago
This change is to fix debezium bug mentioned in #48497
It fixes the problem by setting schema.history.internal.skip.unparseable.ddl in DebeziumProperties to True to skip errors caused by unparseable DDLs
Reproduced the problem locally Before the fix:
After fix:
None
The latest updates on your projects. Learn more about Vercel for Git ↗︎
All committers have signed the CLA.
@postamar I see this fix is sent to new cdk, so do we also need to bump up the version of the CDK?
What
This change is to fix debezium bug mentioned in #48497
How
It fixes the problem by setting schema.history.internal.skip.unparseable.ddl in DebeziumProperties to True to skip errors caused by unparseable DDLs
Review guide
Reproduced the problem locally Before the fix:
After fix:
User Impact
None
Can this PR be safely reverted and rolled back?