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: content/integrate/redis-data-integration/release-notes/rdi-1-15-1.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,9 @@ categories:
6
6
- operate
7
7
- rs
8
8
description: |
9
-
New RDI API v2 with enhanced pipeline management.
10
-
Improved Oracle RAC support with configuration scaffolding.
11
-
Enhanced metrics and monitoring capabilities.
12
-
Better TLS/mTLS support across components.
9
+
Fixes support package generation and masking to simplify troubleshooting and log collection.
10
+
Improves processor throughput during initial sync via parallel processing and new stream tuning parameters.
11
+
Adds an advanced configuration option to pass custom Java options to the Debezium collector.
13
12
linkTitle: 1.15.1 (November 2025)
14
13
toc: 'true'
15
14
weight: 975
@@ -33,10 +32,10 @@ It also lets you _transform_ the data from relational tables into convenient and
33
32
- Mask passwords from sensitive configs
34
33
- Dump masked pipeline information
35
34
- Mask and dump audit logs collected from RDI DB rdi:tasks streams
36
-
- Processor performance improvements - Increase throughput by ~50% during initial sync
37
-
- The processor now uses parallel processing to improve performance - reading from source, writing to target and acknowledging the processed data is now done in parallel.
35
+
- Processor performance improvements - Increase throughput during initial snapshot by ~50% during initial sync
38
36
- Added parameter - `read_batch_timeout_ms` to the processor configuration to control the timeout for reading from the RDI streams. The default is 100ms.
39
37
-`read_batch_size` is now functional. In previous versions, the processor would always read a batch size of 2000 from the stream, regardless of the `read_batch_size` value.
38
+
- Added parameter `sources.advanced.java_options` to the `config.yaml` file to pass additional options to the Debezium collector command line e.g. increasing heap size.
0 commit comments