Skip to content

Commit fdd781a

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

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,15 @@ 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 configuration for rollbacks
57+
[source,json]
58+
----
59+
{
60+
"log.mining.buffer.ehcache.rollbacks.config": "<resources><heap unit=\"entries\">512</entries><disk unit=\"B\">1024000000</disk></resources>"
61+
}
62+
----
63+
64+
For more information, see the https://debezium.io/documentation/reference/3.5/connectors/oracle.html#oracle-event-buffering-ehcache[Oracle connector documentation] for details.
5665

5766
[id="new-features-and-improvements"]
5867
== New Features and Improvements

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,17 @@ 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 configuration for rollbacks
59+
[source,json]
60+
----
61+
{
62+
"log.mining.buffer.ehcache.rollbacks.config": "<resources><heap unit=\"entries\">512</entries><disk unit=\"B\">1024000000</disk></resources>"
63+
}
64+
----
65+
66+
For more information, see the https://debezium.io/documentation/reference/3.5/connectors/oracle.html#oracle-event-buffering-ehcache[Oracle connector documentation] for details.
67+
68+
5869
[id="new-features-and-improvements"]
5970
== New Features and Improvements
6071

0 commit comments

Comments
 (0)