Skip to content

Commit 01086ac

Browse files
committed
Apply suggestions from automated review
1 parent 31f5f40 commit 01086ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/develop/pages/transactions.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Redpanda’s default configuration supports exactly-once processing. To preserve
264264

265265
* `enable_idempotence = true`
266266
* `enable_transactions = true`
267-
* `transaction_coordinator_delete_retention_ms >= transactional_id_expiration_ms`
267+
* `transaction_coordinator_delete_retention_ms` is not lower than `transactional_id_expiration_ms`
268268

269269
== Best practices
270270

@@ -279,7 +279,7 @@ The total number of transactions in the cluster at any one time is `max_transact
279279
Be aware that if you keep the default as 50 and your clients create a new ID for every transaction, the total continues to accumulate, which bloats memory.
280280
* Transactional metadata is stored in the internal topic `kafka_internal/tx`. Over time, this topic can consume disk space. You can manage its disk usage by tuning the `transaction_coordinator_delete_retention_ms` and `transactional_id_expiration_ms` cluster properties.
281281
+
282-
See also: xref:manage:cluster-maintenance/disk-utilization.adoc#manage_transaction_coordinator_disk_usage[Manage Disk Space]
282+
See also: xref:manage:cluster-maintenance/disk-utilization.adoc#manage-transaction-coordinator-disk-usage[Manage Disk Space]
283283
* When upgrading a self-managed deployment, make sure to use maintenance mode with a glossterm:rolling upgrade[].
284284
endif::[]
285285

modules/manage/pages/cluster-maintenance/disk-utilization.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Redpanda supports group offset deletion with the Kafka OffsetDelete API through
165165

166166
== Manage transaction coordinator disk usage
167167

168-
Redpanda uses the internal topic `kafka_internal/tx` to store transaction metadata for exactly-once and transactional producers. Over time, this topic can consume an excessive disk space in niche use cases that generate a large number of transactional sessions.
168+
Redpanda uses the internal topic `kafka_internal/tx` to store transaction metadata for exactly-once and transactional producers. Over time, this topic can consume excessive disk space in niche use cases that generate a large number of transactional sessions.
169169

170170
You can manage the disk usage of `kafka_internal/tx` by tuning the following cluster properties:
171171

0 commit comments

Comments
 (0)