Skip to content

Commit 9e13e83

Browse files
committed
Add debezium/dbz#1422 example to blogs
Signed-off-by: Chris Cranford <chris@hibernate.org>
1 parent f359dd8 commit 9e13e83

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

_posts/2026-03-26-debezium-3-5-cr1-released.adoc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,23 @@ To properly handle save-points and other partial rollback scenarios, a new `roll
5353
For users that use the default memory-based transaction buffer, no changes are needed.
5454
However, when using Infinispan or Ehcache, a new `rollbacks` cache configuration must be provided (https://github.com/debezium/dbz/issues/1422[debezium/dbz#1422]).
5555

56+
.An example Infinispan configuration for rollbacks
57+
[source,json]
58+
----
59+
{
60+
"log.mining.buffer.infinispan.cache.rollbacks": "<local-cache name=\"transactions\"><persistence passivation=\"false\"><file-store read-only=\"false\" preload=\"true\" shared=\"false\"><data path=\"./data\"/><index path=\"./index\"/></file-store></persistence></local-cache>"
61+
}
62+
----
63+
64+
.An example Ehcache configuration for rollbacks
65+
[source,json]
66+
----
67+
{
68+
"log.mining.buffer.ehcache.rollbacks.config": "<resources><heap unit=\"entries\">512</entries><disk unit=\"B\">1024000000</disk></resources>"
69+
}
70+
----
71+
72+
For more information, see the https://debezium.io/documentation/reference/3.5/connectors/oracle.html#oracle-event-buffering[Oracle connector documentation] for details.
5673

5774
[id="new-features-and-improvements"]
5875
== New Features and Improvements

_posts/2026-03-31-debezium-3-5-final-released.adoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,25 @@ To properly handle save-points and other partial rollback scenarios, a new `roll
5555
For users that use the default memory-based transaction buffer, no changes are needed.
5656
However, when using Infinispan or Ehcache, a new `rollbacks` cache configuration must be provided (https://github.com/debezium/dbz/issues/1422[debezium/dbz#1422]).
5757

58+
.An example Infinispan configuration for rollbacks
59+
[source,json]
60+
----
61+
{
62+
"log.mining.buffer.infinispan.cache.rollbacks": "<local-cache name=\"transactions\"><persistence passivation=\"false\"><file-store read-only=\"false\" preload=\"true\" shared=\"false\"><data path=\"./data\"/><index path=\"./index\"/></file-store></persistence></local-cache>"
63+
}
64+
----
65+
66+
.An example Ehcache configuration for rollbacks
67+
[source,json]
68+
----
69+
{
70+
"log.mining.buffer.ehcache.rollbacks.config": "<resources><heap unit=\"entries\">512</entries><disk unit=\"B\">1024000000</disk></resources>"
71+
}
72+
----
73+
74+
For more information, see the https://debezium.io/documentation/reference/3.5/connectors/oracle.html#oracle-event-buffering[Oracle connector documentation] for details.
75+
76+
5877
[id="new-features-and-improvements"]
5978
== New Features and Improvements
6079

0 commit comments

Comments
 (0)