Skip to content

Commit d642330

Browse files
Add java_options news. Regenerate the description. Mention that the improvement is only during initial snapshot
1 parent 4d55455 commit d642330

File tree

1 file changed

+5
-6
lines changed
  • content/integrate/redis-data-integration/release-notes

1 file changed

+5
-6
lines changed

content/integrate/redis-data-integration/release-notes/rdi-1-15-1.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ categories:
66
- operate
77
- rs
88
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.
1312
linkTitle: 1.15.1 (November 2025)
1413
toc: 'true'
1514
weight: 975
@@ -33,10 +32,10 @@ It also lets you _transform_ the data from relational tables into convenient and
3332
- Mask passwords from sensitive configs
3433
- Dump masked pipeline information
3534
- 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
3836
- Added parameter - `read_batch_timeout_ms` to the processor configuration to control the timeout for reading from the RDI streams. The default is 100ms.
3937
- `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.
4039

4140
## Limitations
4241

0 commit comments

Comments
 (0)