Skip to content

Commit 8f9dae5

Browse files
ali-incenvitucci
andauthored
Release 5.1.17 (#85)
* chore: release 5.1.17 * Update modules/ROOT/pages/changelog.adoc Co-authored-by: Nicola Vitucci <[email protected]> --------- Co-authored-by: Nicola Vitucci <[email protected]>
1 parent 41d1113 commit 8f9dae5

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ asciidoc:
1212
page-product: Neo4j Connector for Kafka
1313
kafka-connect-version: 3.0
1414
connector-version: '5.1'
15-
exact-connector-version: '5.1.16'
15+
exact-connector-version: '5.1.17'
1616
page-pagination: true
1717
product-name: Neo4j Connector for Kafka
1818
url-common-license-page: https://neo4j.com/docs/license/

modules/ROOT/pages/changelog.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
This page lists changes to the {product-name}.
44

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.
18+
|===
19+
520
== Version 5.1.16
621

722
[cols="1,2", options="header"]

0 commit comments

Comments
 (0)