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

Bug: ensure existing publications publish for the configured tables #145

Open
lyuboxa opened this issue May 9, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@lyuboxa
Copy link
Contributor

lyuboxa commented May 9, 2024

Bug description

When the connector is started with a publication that is pre-created, the published tables are not matched to the configured tables. If a replication slot is created on the publication it can produce records for an unexpected tables or none of the expected tables.

Steps to reproduce

  1. Create tables t1, t2, t3
  2. Create pub_t1_t2 publication for t1, t2
  3. Start connector configured to use pub_t1_t2 but table t3
  4. See records changes be published.

Version

latest

@lyuboxa lyuboxa added bug Something isn't working triage Needs to be triaged labels May 9, 2024
@simonl2002 simonl2002 removed the triage Needs to be triaged label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

2 participants