Skip to content
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

Consolidate Postgres and MySQL CDC Format #669

Merged
merged 6 commits into from
May 15, 2024
Merged

Conversation

Tang8330
Copy link
Contributor

They are both using the same format, so let's consolidate

@Tang8330 Tang8330 marked this pull request as ready for review May 15, 2024 01:33
DBZPostgresAltFormat = "debezium.postgres.wal2json"
DBZMongoFormat = "debezium.mongodb"
DBZMySQLFormat = "debezium.mysql"
// DBZMongoFormat - deprecated - Use `DBZRelationalFormat` instead
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this comment wrong? The Mongo format isn't superseded by the relational format is it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry - yes this comment is wrong re: Mongo

@Tang8330 Tang8330 merged commit 5ad0769 into master May 15, 2024
1 check passed
@Tang8330 Tang8330 deleted the consolidate-psql-mysql branch May 15, 2024 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants