-
Notifications
You must be signed in to change notification settings - Fork 4.6k
🎉 MySQL Source : Make initial cdc timeout configurable for MySQL source #17170
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
Conversation
…' into akashkulk/mysql_debezium_timeout
NOTE
|
…' into akashkulk/mysql_debezium_timeout
…' into akashkulk/mysql_debezium_timeout
NOTE
|
NOTE
|
…' into akashkulk/mysql_debezium_timeout
NOTE
|
NOTE
|
…' into akashkulk/mysql_debezium_timeout
NOTE
|
/test connector=connectors/source-mysql
Build PassedTest summary info:
|
/test connector=connectors/source-mysql-strict-encrypt
Build FailedTest summary info:
|
/test connector=connectors/source-mysql-strict-encrypt
Build PassedTest summary info:
|
NOTE
|
NOTE
|
/test connector=connectors/source-mysql-strict-encrypt
Build PassedTest summary info:
|
NOTE
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just pull in the latest changes from master cause I made a 1.0.1 release
airbyte-integrations/connectors/source-mysql-strict-encrypt/Dockerfile
Outdated
Show resolved
Hide resolved
docs/integrations/sources/mysql.md
Outdated
@@ -226,6 +241,7 @@ WHERE actor_definition_id ='435bb9a5-7887-4809-aa58-28c27df0d7ad' AND (configura | |||
|
|||
| Version | Date | Pull Request | Subject | | |||
|:--------|:-----------|:-----------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------| | |||
| 1.0.1 | 2022-09-30 | [17170](https://github.com/airbytehq/airbyte/pull/17170) | Make initial CDC waiting time configurable | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would needed to be changed as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bumped to 1.0.2
NOTE
|
NOTE
|
/test connector=connectors/source-mysql-strict-encrypt
Build FailedTest summary info:
|
/test connector=connectors/source-mysql-strict-encrypt
Build PassedTest summary info:
|
NOTE
|
NOTE
|
NOTE
|
/publish connector=connectors/source-mysql run-tests=false
if you have connectors that successfully published but failed definition generation, follow step 4 here |
/publish connector=connectors/source-mysql-strict-encrypt run-tests=false
if you have connectors that successfully published but failed definition generation, follow step 4 here |
NOTE
|
…ce (airbytehq#17170) - Implement logic + update spec - Fix tests - Bump dockerfile Co-authored-by: Octavia Squidington III <[email protected]>
What
Debezium sometimes takes more than 5 minutes to startup, which causes it to shut down for MySQL connector. This is essentially a port of the existing fix for Postgres, which makes the debezium timeout configurable.
Postgres PRs:
This PR
Resolve https://github.com/airbytehq/alpha-beta-issues/issues/136
Resolve #16373
🚨 User Impact 🚨
User can now configure a CDC wait time in the UI for MySQL source connector
Pre-merge Checklist
Expand the relevant checklist and delete the others.
New Connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampledocs/integrations/README.md
airbyte-integrations/builds.md
Airbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing/publish
command described hereUpdating a connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing/publish
command described hereConnector Generator
-scaffold
in their name) have been updated with the latest scaffold by running./gradlew :airbyte-integrations:connector-templates:generator:testScaffoldTemplates
then checking in your changesTests
Unit
Put your unit tests output here.
Integration
Put your integration tests output here.
Acceptance
Put your acceptance tests output here.