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

use common abstraction for CDC via debezium for mysql #4604

Merged
merged 17 commits into from
Jul 12, 2021

Commits on Jul 7, 2021

  1. Configuration menu
    Copy the full SHA
    0ab4cc3 View commit details
    Browse the repository at this point in the history
  2. undo wanted change

    subodh1810 committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    1d76edc View commit details
    Browse the repository at this point in the history
  3. Merge branch 'cdc-abstraction' into use-cdc-abstraction-for-mysql

    # Conflicts:
    #	airbyte-integrations/connectors/source-mysql/build.gradle
    #	airbyte-integrations/connectors/source-mysql/src/main/java/io/airbyte/integrations/source/mysql/AirbyteFileOffsetBackingStore.java
    #	airbyte-integrations/connectors/source-mysql/src/main/java/io/airbyte/integrations/source/mysql/AirbyteSchemaHistoryStorage.java
    #	airbyte-integrations/connectors/source-mysql/src/main/java/io/airbyte/integrations/source/mysql/DebeziumRecordPublisher.java
    #	airbyte-integrations/connectors/source-mysql/src/main/java/io/airbyte/integrations/source/mysql/MySqlSource.java
    subodh1810 committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    15340c9 View commit details
    Browse the repository at this point in the history
  4. pull in latest changes

    subodh1810 committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    deeee6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bded3b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ae7a7c View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Configuration menu
    Copy the full SHA
    8ed621f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57b5d9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    557c354 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b44320 View commit details
    Browse the repository at this point in the history
  5. format

    subodh1810 committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    79f1f21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ce6fd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Configuration menu
    Copy the full SHA
    733d369 View commit details
    Browse the repository at this point in the history
  2. bring in latest changes

    subodh1810 committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    fb10951 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    831a606 View commit details
    Browse the repository at this point in the history
  4. pull in latest changes

    subodh1810 committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    b0f8b2e View commit details
    Browse the repository at this point in the history
  5. use common abstraction for CDC via debezium for postgres (#4607)

    * use cdc abstraction for postgres
    
    * add files
    
    * ready
    
    * use renamed class + move constants to PostgresSource
    
    * bring in the latest changes
    
    * bring in latest changes
    
    * pull in latest changes
    subodh1810 authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    5734c62 View commit details
    Browse the repository at this point in the history