Skip to content

Commit d9d51dd

Browse files
kbatuigasFeediver1
andauthored
Update modules/develop/pages/transactions.adoc
Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com>
1 parent 38212ef commit d9d51dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/develop/pages/transactions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Redpanda’s default configuration supports exactly-once processing. To preserve
270270

271271
To help avoid common pitfalls and optimize performance, consider the following when configuring transactional workloads in Redpanda:
272272

273-
* Ongoing transactions can prevent consumers from advancing. To avoid this, don't set transaction timeout (`transaction.timeout.ms` in Java client) to high values: the higher the timeout, the longer consumers may be blocked. By default, it's about a minute, but it's a client setting that depends on the client.
273+
* Ongoing transactions can prevent consumers from advancing. To avoid this, don't set transaction timeout (`transaction.timeout.ms` in Java client) to high values: the longer the timeout, the longer consumers may be blocked. By default, it's about a minute, but it's a client setting that depends on the client.
274274
ifndef::env-cloud[]
275275
* When running transactional workloads from clients, tune xref:reference:cluster-properties#max_transactions_per_coordinator[`max_transactions_per_coordinator`] to the number of active transactions that you expect your clients to run at any given time (if your client transaction IDs are not reused).
276276
+

0 commit comments

Comments
 (0)