Skip to content

Commit b7ddc30

Browse files
committed
Incorporate review comments
Backport of elastic#11715 to 7.7
1 parent d14143d commit b7ddc30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/static/processing-info.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ occur in two places:
1919
* In-flight batches can be reordered when one or more batches are processed faster than
2020
others.
2121

22-
When maintaining event order is important, use a single worker.
22+
When maintaining event order is important, use a single worker and set
23+
'pipeline.ordered => true'.
2324
This approach ensures that batches are computed one-after-the-other, and
2425
that events maintain their order within the batch.
2526

0 commit comments

Comments
 (0)