Skip to content

Commit 3c1d34a

Browse files
andy-stark-redisdwdoughertyZdravkoDonev-redis
authored
Apply suggestions from code review
Co-authored-by: David Dougherty <david.dougherty@redis.com> Co-authored-by: Zdravko Donev <zdravko.donev@redis.com>
1 parent ab0b9a9 commit 3c1d34a

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ It also lets you _transform_ the data from relational tables into convenient and
2929

3030
## Headlines
3131

32-
- Enhanced RDI operator for better pipeline orchestration, resiliency, observability and flexibility. It
32+
- Enhanced RDI operator for better pipeline orchestration, resiliency, observability, and flexibility. It
3333
will also enable many new features in the near future.
3434
- You can now use an external collector that is not managed by RDI but writes into RDI streams
3535
(Debezium compatible).
@@ -43,7 +43,7 @@ It also lets you _transform_ the data from relational tables into convenient and
4343
### Helm chart changes
4444

4545
- All collector and processor values that were previously under `collector`, `collectorSourceMetricsExporter`, and `processor` have been moved to `operator.dataPlane.collector` and `operator.dataPlane.processor`.
46-
- `global.collectorApiEnabled` has been moved to `operator.dataPlane.collectorApi.enabled`, and is now a boolean value, not `"0"` or `"1"`.
46+
- `global.collectorApiEnabled` has been moved to `operator.dataPlane.collectorApi.enabled`, and is now a boolean value (`true` or `false`), not `"0"` or `"1"`.
4747
- `api.authEnabled` is also now a boolean value, not `"0"` or `"1"`.
4848
- The following values have been deprecated: `rdiMetricsExporter.service.protocol`, `rdiMetricsExporter.service.port`, `rdiMetricsExporter.serviceMonitor.path`, `api.service.name`
4949
- You can now add custom labels and annotations to all RDI components.

0 commit comments

Comments
 (0)