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

Add retry for creating debezium database storage #925

Open
subkanthi opened this issue Nov 21, 2024 · 0 comments · Fixed by #926
Open

Add retry for creating debezium database storage #925

subkanthi opened this issue Nov 21, 2024 · 0 comments · Fixed by #926
Assignees
Labels
bug Something isn't working dev-complete Development completed postgres Issues related to PostgreSQL
Milestone

Comments

@subkanthi
Copy link
Collaborator

subkanthi commented Nov 21, 2024

Debezium has a retry mechanism for retrying create table.
If for some reason the debezium database is not created(postgres), then the create table retry mechanism will kick in.

A bug also needs to be created in Debezium because the retry is done indefinitely without sleep.

@subkanthi subkanthi added the bug Something isn't working label Nov 21, 2024
@subkanthi subkanthi added this to the 2.5.0 milestone Nov 21, 2024
@subkanthi subkanthi added the postgres Issues related to PostgreSQL label Nov 21, 2024
@subkanthi subkanthi self-assigned this Nov 21, 2024
@subkanthi subkanthi linked a pull request Nov 21, 2024 that will close this issue
@subkanthi subkanthi added the dev-complete Development completed label Nov 22, 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 dev-complete Development completed postgres Issues related to PostgreSQL
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant