We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14143d commit b7ddc30Copy full SHA for b7ddc30
docs/static/processing-info.asciidoc
@@ -19,7 +19,8 @@ occur in two places:
19
* In-flight batches can be reordered when one or more batches are processed faster than
20
others.
21
22
-When maintaining event order is important, use a single worker.
+When maintaining event order is important, use a single worker and set
23
+'pipeline.ordered => true'.
24
This approach ensures that batches are computed one-after-the-other, and
25
that events maintain their order within the batch.
26
0 commit comments