Skip to content

Commit 0f635a5

Browse files
committed
DOC-1602
1 parent 1d6091e commit 0f635a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/develop/pages/produce-data/configure-producers.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Kafka, a message is considered acknowledged without the requirement that it has
7474
been fsynced. Messages that have not been fsynced to disk may be lost in the
7575
event of a broker crash. So when using `acks=all`, the Redpanda default
7676
configuration is more resilient than Kafka's. You can also consider
77-
using xref:develop:config-topics.adoc#configure-write-caching[write caching], which is a relaxed mode of `acks=all` that acknowledges a message as soon as it is received and acknowledged on a majority of brokers, without waiting for it to fsync to disk. This provides lower latency while still ensuring that a majority of brokers acknowledge the write.
77+
using xref:develop:manage-topics/config-topics.adoc#configure-write-caching[write caching], which is a relaxed mode of `acks=all` that acknowledges a message as soon as it is received and acknowledged on a majority of brokers, without waiting for it to fsync to disk. This provides lower latency while still ensuring that a majority of brokers acknowledge the write.
7878

7979
endif::[]
8080

0 commit comments

Comments
 (0)