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

bump up MSSQL version for cdc #4694

Merged
merged 91 commits into from
Jul 14, 2021
Merged
Show file tree
Hide file tree
Changes from 81 commits
Commits
Show all changes
91 commits
Select commit Hold shift + click to select a range
4eb28aa
first few classes for mssql cdc
Phlair Jun 25, 2021
0495779
wip
subodh1810 Jun 29, 2021
08d86fe
mssql cdc working against unit tests
Phlair Jun 30, 2021
bd70631
increment version
Phlair Jun 30, 2021
d3f44b3
add cdc acceptance test
Phlair Jun 30, 2021
418cd3e
tweaks
Phlair Jun 30, 2021
fbc52cd
add file
subodh1810 Jul 1, 2021
b178706
working on comprehensive tests
Phlair Jul 1, 2021
ac1b4ab
Merge branch 'master' into george/sql-server-cdc
Phlair Jul 1, 2021
20c6768
change isolation from snapshot to read_committed_snapshot
Phlair Jul 2, 2021
bb167d0
finalised type tests
Phlair Jul 2, 2021
ed9b322
Revert "change isolation from snapshot to read_committed_snapshot"
Phlair Jul 2, 2021
7a2e6b2
small docstring fix
Phlair Jul 4, 2021
5f765b2
remove unused imports
Phlair Jul 4, 2021
551bb55
stress test fixes
Phlair Jul 4, 2021
7a385b0
minor formatting improvements
Phlair Jul 4, 2021
5fbeaad
mssql cdc docs
Phlair Jul 4, 2021
a0df5a6
Merge branch 'master' into george/sql-server-cdc
Phlair Jul 4, 2021
216179a
finish off cdc docs
Phlair Jul 5, 2021
a2fc97e
format fix
Phlair Jul 5, 2021
eafad5c
update connector version
Phlair Jul 5, 2021
c842577
add to changelog
Phlair Jul 5, 2021
7845443
fix for sql server agent offline failing cdc enable on tables
Phlair Jul 5, 2021
3d34b9b
final structure
subodh1810 Jul 5, 2021
ec59346
few more updates
subodh1810 Jul 6, 2021
557fb7a
undo unwanted changes
subodh1810 Jul 6, 2021
071a445
add abstract test + more refinement
subodh1810 Jul 7, 2021
8fa0e5e
remove CDC metadata to debezium
subodh1810 Jul 7, 2021
0ab4cc3
use new cdc abstraction for mysql
subodh1810 Jul 7, 2021
1d76edc
undo wanted change
subodh1810 Jul 7, 2021
433d424
use cdc abstraction for postgres
subodh1810 Jul 7, 2021
53f88be
add files
subodh1810 Jul 7, 2021
eaf3b0b
Merge branch 'master' into cdc-abstraction
subodh1810 Jul 7, 2021
15340c9
Merge branch 'cdc-abstraction' into use-cdc-abstraction-for-mysql
subodh1810 Jul 7, 2021
deeee6d
pull in latest changes
subodh1810 Jul 7, 2021
97d95f1
Merge branch 'use-cdc-abstraction-for-mysql' into postgres-cdc-abstra…
subodh1810 Jul 7, 2021
8179081
ready
subodh1810 Jul 7, 2021
8ea4e99
Merge branch 'master' into cdc-abstraction
subodh1810 Jul 7, 2021
0b7581b
rename class + add missing property
subodh1810 Jul 7, 2021
8bded3b
Merge branch 'cdc-abstraction' into use-cdc-abstraction-for-mysql
subodh1810 Jul 7, 2021
4ae7a7c
use renamed class + move constants to MySqlSource
subodh1810 Jul 7, 2021
423ed0d
Merge branch 'use-cdc-abstraction-for-mysql' into postgres-cdc-abstra…
subodh1810 Jul 7, 2021
c33c8d8
use renamed class + move constants to PostgresSource
subodh1810 Jul 7, 2021
356c884
Merge branch 'master' into cdc-abstraction
subodh1810 Jul 8, 2021
f164eb0
move debezium to bases + upgrade debezium version + review comments
subodh1810 Jul 8, 2021
8ed621f
Merge branch 'cdc-abstraction' into use-cdc-abstraction-for-mysql
subodh1810 Jul 8, 2021
1547ab0
downgrade version + minor fixes
subodh1810 Jul 8, 2021
57b5d9b
Merge branch 'cdc-abstraction' into use-cdc-abstraction-for-mysql
subodh1810 Jul 8, 2021
557c354
bring in latest changes from cdc abstraction
subodh1810 Jul 8, 2021
eca4c7a
Merge branch 'master' into cdc-abstraction
subodh1810 Jul 8, 2021
924598e
reset to minutes
subodh1810 Jul 8, 2021
1b44320
Merge branch 'cdc-abstraction' into use-cdc-abstraction-for-mysql
subodh1810 Jul 8, 2021
75b6e55
Merge branch 'use-cdc-abstraction-for-mysql' into postgres-cdc-abstra…
subodh1810 Jul 8, 2021
0a8d554
bring in the latest changes
subodh1810 Jul 8, 2021
79f1f21
format
subodh1810 Jul 8, 2021
92f1f83
Merge branch 'use-cdc-abstraction-for-mysql' into postgres-cdc-abstra…
subodh1810 Jul 8, 2021
eb97469
Merge branch 'master' into george/sql-server-cdc
subodh1810 Jul 8, 2021
a6f7236
fix build
subodh1810 Jul 8, 2021
6ce6fd8
Merge branch 'cdc-abstraction' into use-cdc-abstraction-for-mysql
subodh1810 Jul 8, 2021
dd073b0
Merge branch 'use-cdc-abstraction-for-mysql' into postgres-cdc-abstra…
subodh1810 Jul 8, 2021
4826d0b
Merge branch 'master' into cdc-abstraction
subodh1810 Jul 12, 2021
c16076d
address review comments
subodh1810 Jul 12, 2021
733d369
Merge branch 'cdc-abstraction' into use-cdc-abstraction-for-mysql
subodh1810 Jul 12, 2021
fb10951
bring in latest changes
subodh1810 Jul 12, 2021
d879a34
Merge branch 'use-cdc-abstraction-for-mysql' into postgres-cdc-abstra…
subodh1810 Jul 12, 2021
1fba343
bring in latest changes
subodh1810 Jul 12, 2021
75a0340
Merge branch 'postgres-cdc-abstraction' into george/sql-server-cdc
subodh1810 Jul 12, 2021
61adb37
use common abstraction for CDC via debezium for sql server
subodh1810 Jul 12, 2021
00af585
remove debezium from build
subodh1810 Jul 12, 2021
f180e74
finalise PR
subodh1810 Jul 12, 2021
e542b89
should return Optional
subodh1810 Jul 12, 2021
831a606
Merge branch 'cdc-abstraction' into use-cdc-abstraction-for-mysql
subodh1810 Jul 12, 2021
b0f8b2e
pull in latest changes
subodh1810 Jul 12, 2021
161ad4c
Merge branch 'use-cdc-abstraction-for-mysql' into postgres-cdc-abstra…
subodh1810 Jul 12, 2021
cc7650d
pull in latest changes
subodh1810 Jul 12, 2021
cf5ea57
Merge branch 'postgres-cdc-abstraction' into new-cdc-abstraction-sql-…
subodh1810 Jul 12, 2021
ad56dca
address review comments
subodh1810 Jul 12, 2021
fbc318f
use common abstraction for CDC via debezium for mysql (#4604)
subodh1810 Jul 12, 2021
80408be
Merge branch 'cdc-abstraction' into new-cdc-abstraction-sql-server
subodh1810 Jul 12, 2021
6bb0948
lower version for tests to run on CI
subodh1810 Jul 12, 2021
fd56155
bump up mssql version for cdc
subodh1810 Jul 12, 2021
36a18d4
Merge branch 'master' into new-cdc-abstraction-sql-server
subodh1810 Jul 12, 2021
323ff30
format
subodh1810 Jul 12, 2021
6898d9b
Merge branch 'master' into new-cdc-abstraction-sql-server
subodh1810 Jul 12, 2021
12e6ed0
Update docs/integrations/sources/mssql.md
Phlair Jul 13, 2021
2f87d62
addressing review comments
Phlair Jul 13, 2021
087ff64
fix for testGetTargetPosition
Phlair Jul 14, 2021
a1c04b3
Merge branch 'master' into new-cdc-abstraction-sql-server
Phlair Jul 14, 2021
fcf5cf8
format changes
subodh1810 Jul 14, 2021
e843f0c
Merge branch 'new-cdc-abstraction-sql-server' into bump-up-sql-server…
subodh1810 Jul 14, 2021
6142931
Merge branch 'master' into bump-up-sql-server-version-cdc
subodh1810 Jul 14, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"sourceDefinitionId": "b5ea17b1-f170-46dc-bc31-cc744ca984c1",
"name": "Microsoft SQL Server (MSSQL)",
"dockerRepository": "airbyte/source-mssql",
"dockerImageTag": "0.3.2",
"dockerImageTag": "0.3.3",
"documentationUrl": "https://hub.docker.com/r/airbyte/source-mssql",
"icon": "mssql.svg"
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
- sourceDefinitionId: b5ea17b1-f170-46dc-bc31-cc744ca984c1
name: Microsoft SQL Server (MSSQL)
dockerRepository: airbyte/source-mssql
dockerImageTag: 0.3.2
dockerImageTag: 0.3.3
documentationUrl: https://hub.docker.com/r/airbyte/source-mssql
icon: mssql.svg
- sourceDefinitionId: decd338e-5647-4c0b-adf4-da0e75f5a750
Expand Down
24 changes: 24 additions & 0 deletions airbyte-integrations/bases/debezium/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
plugins {
id "java-test-fixtures"
}

project.configurations {
testFixturesImplementation.extendsFrom implementation
}
dependencies {
implementation project(':airbyte-protocol:models')

implementation 'io.debezium:debezium-api:1.4.2.Final'
implementation 'io.debezium:debezium-embedded:1.4.2.Final'
implementation 'io.debezium:debezium-connector-mysql:1.4.2.Final'
implementation 'io.debezium:debezium-connector-postgres:1.4.2.Final'
implementation 'io.debezium:debezium-connector-sqlserver:1.4.2.Final'

testFixturesImplementation project(':airbyte-db')
testFixturesImplementation project(':airbyte-integrations:bases:base-java')

testFixturesImplementation 'org.junit.jupiter:junit-jupiter-engine:5.4.2'
testFixturesImplementation 'org.junit.jupiter:junit-jupiter-api:5.4.2'
testFixturesImplementation 'org.junit.jupiter:junit-jupiter-params:5.4.2'

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,143 @@
/*
* MIT License
*
* Copyright (c) 2020 Airbyte
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/

package io.airbyte.integrations.debezium;

import com.fasterxml.jackson.databind.JsonNode;
import io.airbyte.commons.util.AutoCloseableIterator;
import io.airbyte.commons.util.AutoCloseableIterators;
import io.airbyte.commons.util.CompositeIterator;
import io.airbyte.commons.util.MoreIterators;
import io.airbyte.integrations.debezium.internals.AirbyteFileOffsetBackingStore;
import io.airbyte.integrations.debezium.internals.AirbyteSchemaHistoryStorage;
import io.airbyte.integrations.debezium.internals.DebeziumEventUtils;
import io.airbyte.integrations.debezium.internals.DebeziumRecordIterator;
import io.airbyte.integrations.debezium.internals.DebeziumRecordPublisher;
import io.airbyte.integrations.debezium.internals.FilteredFileDatabaseHistory;
import io.airbyte.protocol.models.AirbyteMessage;
import io.airbyte.protocol.models.ConfiguredAirbyteCatalog;
import io.debezium.engine.ChangeEvent;
import java.time.Instant;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Optional;
import java.util.Properties;
import java.util.concurrent.LinkedBlockingQueue;
import java.util.function.Supplier;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

/**
* This class acts as the bridge between Airbyte DB connectors and debezium. If a DB connector wants
* to use debezium for CDC, it should use this class
*/
public class AirbyteDebeziumHandler {

private static final Logger LOGGER = LoggerFactory.getLogger(AirbyteDebeziumHandler.class);
/**
* We use 10000 as capacity cause the default queue size and batch size of debezium is :
* {@link io.debezium.config.CommonConnectorConfig#DEFAULT_MAX_BATCH_SIZE}is 2048
* {@link io.debezium.config.CommonConnectorConfig#DEFAULT_MAX_QUEUE_SIZE} is 8192
*/
private static final int QUEUE_CAPACITY = 10000;

private final Properties connectorProperties;
private final JsonNode config;
private final CdcTargetPosition targetPosition;
private final ConfiguredAirbyteCatalog catalog;
private final boolean trackSchemaHistory;

private final LinkedBlockingQueue<ChangeEvent<String, String>> queue;

public AirbyteDebeziumHandler(JsonNode config,
CdcTargetPosition targetPosition,
Properties connectorProperties,
ConfiguredAirbyteCatalog catalog,
boolean trackSchemaHistory) {
this.config = config;
this.targetPosition = targetPosition;
this.connectorProperties = connectorProperties;
this.catalog = catalog;
this.trackSchemaHistory = trackSchemaHistory;
this.queue = new LinkedBlockingQueue<>(QUEUE_CAPACITY);
}

public List<AutoCloseableIterator<AirbyteMessage>> getIncrementalIterators(CdcSavedInfoFetcher cdcSavedInfoFetcher,
CdcStateHandler cdcStateHandler,
CdcMetadataInjector cdcMetadataInjector,
Instant emittedAt) {
LOGGER.info("using CDC: {}", true);
final AirbyteFileOffsetBackingStore offsetManager = AirbyteFileOffsetBackingStore.initializeState(cdcSavedInfoFetcher.getSavedOffset());
final Optional<AirbyteSchemaHistoryStorage> schemaHistoryManager = schemaHistoryManager(cdcSavedInfoFetcher);
final DebeziumRecordPublisher publisher = new DebeziumRecordPublisher(connectorProperties, config, catalog, offsetManager,
schemaHistoryManager);
publisher.start(queue);

// handle state machine around pub/sub logic.
final AutoCloseableIterator<ChangeEvent<String, String>> eventIterator = new DebeziumRecordIterator(
queue,
targetPosition,
publisher::hasClosed,
publisher::close);

// convert to airbyte message.
final AutoCloseableIterator<AirbyteMessage> messageIterator = AutoCloseableIterators
.transform(
eventIterator,
(event) -> DebeziumEventUtils.toAirbyteMessage(event, cdcMetadataInjector, emittedAt));

// our goal is to get the state at the time this supplier is called (i.e. after all message records
// have been produced)
final Supplier<AirbyteMessage> stateMessageSupplier = () -> {
Map<String, String> offset = offsetManager.read();
String dbHistory = trackSchemaHistory ? schemaHistoryManager
.orElseThrow(() -> new RuntimeException("Schema History Tracking is true but manager is not initialised")).read() : null;

return cdcStateHandler.saveState(offset, dbHistory);
};

// wrap the supplier in an iterator so that we can concat it to the message iterator.
final Iterator<AirbyteMessage> stateMessageIterator = MoreIterators.singletonIteratorFromSupplier(stateMessageSupplier);

// this structure guarantees that the debezium engine will be closed, before we attempt to emit the
// state file. we want this so that we have a guarantee that the debezium offset file (which we use
// to produce the state file) is up-to-date.
final CompositeIterator<AirbyteMessage> messageIteratorWithStateDecorator =
AutoCloseableIterators.concatWithEagerClose(messageIterator, AutoCloseableIterators.fromIterator(stateMessageIterator));

return Collections.singletonList(messageIteratorWithStateDecorator);
}

private Optional<AirbyteSchemaHistoryStorage> schemaHistoryManager(CdcSavedInfoFetcher cdcSavedInfoFetcher) {
if (trackSchemaHistory) {
FilteredFileDatabaseHistory.setDatabaseName(config.get("database").asText());
return Optional.of(AirbyteSchemaHistoryStorage.initializeDBHistory(cdcSavedInfoFetcher.getSavedSchemaHistory()));
}

return Optional.empty();
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
/*
* MIT License
*
* Copyright (c) 2020 Airbyte
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/

package io.airbyte.integrations.debezium;

import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.node.ObjectNode;

/**
* This interface is used to add metadata to the records fetched from the database. For instance, in
* Postgres we add the lsn to the records. In MySql we add the file name and position to the
* records.
*/
public interface CdcMetadataInjector {

/**
* A debezium record contains multiple pieces. Ref :
* https://debezium.io/documentation/reference/1.4/connectors/mysql.html#mysql-create-events
*
* @param event is the actual record which contains data and would be written to the destination
* @param source contains the metadata about the record and we need to extract that metadata and add
* it to the event before writing it to destination
*/
void addMetaData(ObjectNode event, JsonNode source);

/**
* As part of Airbyte record we need to add the namespace (schema name)
*
* @param source part of debezium record and contains the metadata about the record. We need to
* extract namespace out of this metadata and return Ref :
* https://debezium.io/documentation/reference/1.4/connectors/mysql.html#mysql-create-events
*/
String namespace(JsonNode source);

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
/*
* MIT License
*
* Copyright (c) 2020 Airbyte
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/

package io.airbyte.integrations.debezium;

import com.fasterxml.jackson.databind.JsonNode;
import java.util.Optional;

/**
* This interface is used to fetch the saved info required for debezium to run incrementally. Each
* connector saves offset and schema history in different manner
*/
public interface CdcSavedInfoFetcher {

JsonNode getSavedOffset();

Optional<JsonNode> getSavedSchemaHistory();

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
/*
* MIT License
*
* Copyright (c) 2020 Airbyte
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/

package io.airbyte.integrations.debezium;

import io.airbyte.protocol.models.AirbyteMessage;
import java.util.Map;

/**
* This interface is used to allow connectors to save the offset and schema history in the manner
* which suits them
*/
@FunctionalInterface
public interface CdcStateHandler {

AirbyteMessage saveState(Map<String, String> offset, String dbHistory);

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
/*
* MIT License
*
* Copyright (c) 2020 Airbyte
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/

package io.airbyte.integrations.debezium;

import com.fasterxml.jackson.databind.JsonNode;

/**
* This interface is used to define the target position at the beginning of the sync so that once we
* reach the desired target, we can shutdown the sync. This is needed because it might happen that
* while we are syncing the data, new changes are being made in the source database and as a result
* we might end up syncing forever. In order to tackle that, we need to define a point to end at the
* beginning of the sync
*/
public interface CdcTargetPosition {

boolean reachedTargetPosition(JsonNode valueAsJson);

}
Loading