You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: airbyte-cdk/java/airbyte-cdk/db-sources/src/main/kotlin/io/airbyte/cdk/integrations/debezium/internals/DebeziumRecordIterator.kt
+1-13
Original file line number
Diff line number
Diff line change
@@ -255,16 +255,8 @@ class DebeziumRecordIterator<T>(
255
255
privatefunheartbeatPosNotChanging(): Boolean {
256
256
if (this.tsLastHeartbeat ==null) {
257
257
returnfalse
258
-
} elseif (!isTest() && receivedFirstRecord) {
259
-
// Closing debezium due to heartbeat position not changing only exists as an escape
260
-
// hatch
261
-
// for testing setups. In production, we rely on the platform heartbeats to kill the
262
-
// sync
263
-
// ONLY if we haven't received a record from Debezium. If a record has not been received
264
-
// from Debezium and the heartbeat isn't changing, the sync should be shut down due to
0 commit comments