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: modules/ROOT/pages/changelog.adoc
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
This page lists changes to the {product-name}.
4
4
5
+
== Version 5.1.17
6
+
7
+
[cols="1,2", options="header"]
8
+
|===
9
+
| Feature | Details
10
+
11
+
a|
12
+
label:bug[]
13
+
label:fixed[]
14
+
15
+
Fix CDC polling to prevent repeated scans of transaction log.
16
+
| When the CDC source connector is configured with specific patterns and no changes are detected, the connector uses the stored offset to re-scan the same transaction log entries in the next poll cycle.
17
+
This has been fixed so that the connector now correctly advances the in-memory offset even when no changes are detected.
0 commit comments