-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
source-mysql: adopt bulk-cdk-toolkit-extract-cdc API changes #52039
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
37e4428
to
1565204
Compare
20b0c68
to
4b78fef
Compare
import io.airbyte.cdk.read.cdc.DebeziumOffset | ||
import io.airbyte.cdk.read.cdc.DebeziumOperations | ||
import io.airbyte.cdk.read.cdc.DebeziumPropertiesBuilder | ||
import io.airbyte.cdk.read.cdc.DebeziumRecordKey | ||
import io.airbyte.cdk.read.cdc.DebeziumRecordValue | ||
import io.airbyte.cdk.read.cdc.DebeziumSchemaHistory | ||
import io.airbyte.cdk.read.cdc.DebeziumState | ||
import io.airbyte.cdk.read.cdc.DebeziumWarmStartState |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is a "warm" start state?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's a starting state from which Debezium can resume quickly, as opposed to a cold start state where it needs to rebuild the database's schema history
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this particular change is in #52040
4b78fef
to
f75f3b6
Compare
f75f3b6
to
b81c7a1
Compare
a7b0926
to
8d53eb1
Compare
b81c7a1
to
459746c
Compare
f869af8
to
02d7609
Compare
459746c
to
3377f97
Compare
02d7609
to
dc3476a
Compare
3377f97
to
a466eb0
Compare
What
Adopts changes made in the Bulk CDK with #52040 and #52051 in source-mysql.
How
n/a
Review guide
See the PRs this one is based on.
User Impact
None.
Can this PR be safely reverted and rolled back?