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

Support when_needed snapshot.mode in postgreSQL #530

Closed
subkanthi opened this issue Apr 8, 2024 · 5 comments
Closed

Support when_needed snapshot.mode in postgreSQL #530

subkanthi opened this issue Apr 8, 2024 · 5 comments
Assignees
Labels
debezium-2.7 dev-complete Development completed kafka Issues related to Kafka version lightweight Issues related to Lightweight version p1 qa-verified label to mark issues that were verified by QA
Milestone

Comments

@subkanthi
Copy link
Collaborator

To support the when_needed snapshot.mode in PostgreSQL, we need to update the debezium version to 2.6.0.

https://debezium.io/documentation/reference/stable/connectors/postgresql.html
debezium/debezium@ce1b5d7

@subkanthi subkanthi added this to the 2.1.0 milestone Apr 8, 2024
@subkanthi subkanthi added kafka Issues related to Kafka version lightweight Issues related to Lightweight version labels Apr 8, 2024
@subkanthi subkanthi linked a pull request May 3, 2024 that will close this issue
@subkanthi
Copy link
Collaborator Author

Debezium 2.6 is failing because of the following error
io.debezium.DebeziumException: Unable to create service io.debezium.snapshot.SnapshotterService

@subkanthi
Copy link
Collaborator Author

subkanthi commented May 3, 2024

A new configuration variable seems to be added in 2.6.0

 Unable to find minimal snapshot lock mode. Please check your configuration.

@subkanthi subkanthi self-assigned this May 3, 2024
@subkanthi
Copy link
Collaborator Author

JDBC storage is broken in Debezium 2.6.0

clickhouse-sink-connector-lt_1  | [Sink connector Debezium Event Thread] WARN io.debezium.storage.jdbc.offset.JdbcOffsetBackingStore - Attempt 5 to call 'checking / creating table' failed.

@subkanthi
Copy link
Collaborator Author

Moving to 2.2.0 as we have a dependency on Debezium bug resolution.

@subkanthi
Copy link
Collaborator Author

Blocked because of debezium bug - https://issues.redhat.com/browse/DBZ-7873

@subkanthi subkanthi added the p1 label May 28, 2024
@subkanthi subkanthi modified the milestones: 2.2.0, 2.3.0 Jun 6, 2024
@subkanthi subkanthi modified the milestones: 2.3.0, 2.2.0 Jul 8, 2024
@subkanthi subkanthi added the dev-complete Development completed label Jul 8, 2024
@Selfeer Selfeer added the qa-verified label to mark issues that were verified by QA label Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debezium-2.7 dev-complete Development completed kafka Issues related to Kafka version lightweight Issues related to Lightweight version p1 qa-verified label to mark issues that were verified by QA
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants