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
+6-10Lines changed: 6 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -71,15 +71,14 @@ class DebeziumRecordIterator<T>(
71
71
// The following logic incorporates heartbeat:
72
72
// 1. Wait on queue either the configured time first or 1 min after a record received
73
73
// 2. If nothing came out of queue finish sync
74
-
// 3. If received heartbeat: check if hearbeat_lsn reached target or hasn't changed in a while
74
+
// 3. If received heartbeat: check if heartbeat_lsn reached target or hasn't changed in a while
75
75
// finish sync
76
76
// 4. If change event lsn reached target finish sync
0 commit comments