Skip to content

Commit 15e2139

Browse files
authored
updated the Minimum in-sync replicas content (#503)
* updated the Minimum in-sync replicas content * removed the passive voice for the Minimum in-sync replicas content * added the word value * added the word value in the correct place
1 parent 425def9 commit 15e2139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/kafka/topic-configuration-kafka/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ h|Kafka property name
186186
Minimum in-sync replicas::
187187
+
188188
--
189-
Minimum in-sync replicas is the minimum number of replicas that must acknowledge a write for the write to be considered successful. This property assumes that the producer requests acknowledgments from all replicas (`acks` set to `all`). If this minimum is not met, the producer raises an exception (`NotEnoughReplicas` or `NotEnoughReplicasAfterAppend`).
189+
Minimum in-sync replicas is the minimum number of replicas that must acknowledge a write for the write to be considered successful. To enforce the minimum in-sync replicas value, (set `acks` to `all`) to ensure that producers request acknowledgements from all replicas. If this minimum is not met, the producer raises an exception (`NotEnoughReplicas` or `NotEnoughReplicasAfterAppend`).
190190

191191
.Property attributes
192192
[cols="25%,75%"]

0 commit comments

Comments
 (0)