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

source-postgres: use debezium component #36158

Conversation

postamar
Copy link
Contributor

@postamar postamar commented Mar 14, 2024

Replaces the existing java CDK debezium logic in source-postgres with the new debezium component.

Copy link

vercel bot commented Mar 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview Mar 14, 2024 8:17pm

Copy link
Contributor Author

postamar commented Mar 14, 2024

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @postamar and the rest of your teammates on Graphite Graphite

@postamar postamar force-pushed the postamar_gt_03-14-source-postgres_useLocalCdk_true branch from 89277fe to d0553a7 Compare March 14, 2024 20:16
@postamar postamar force-pushed the postamar_gt_03-14-source-postgres_use_debezium_component branch from f39df4d to 7303775 Compare March 14, 2024 20:16
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;

public class PostgresLsnMapper implements LsnMapper<PgLsn> {
Copy link
Contributor

Choose a reason for hiding this comment

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

I understand this is just a prototype - but the get PgLsn logic needs to be updated to compare lsn_commit values instead of lsn/lsn_proc

#35939

@postamar postamar closed this May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants