[CDC synchronization] is there a way to skip messages without changes #31600
Unanswered
PhilGBr
asked this question in
Connector Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I'm setting up a MySql => BigQuery synchronization with Airbyte, using CDC synchronization, in a Airbyte OSS setup
I'm trying to figure out if Airbyte provides a way to skip messages without change, the same way Debezium supports it with its skip.messages.without.change feature.
Such a feature makes sense when synchronizing only a subset of the available source columns, via colum selection feature.
I found no ressource related to skipping messages.
Any idea if such a feature is available in Airbyte ?
If there a way to tweak the configuration of the Debezium used internally by Airbyte in a CDC scenario ?
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions