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 051d2a6 commit e3bfbb8Copy full SHA for e3bfbb8
.ci/tests/integration/cases/logging-window-function/manifests.yaml
@@ -36,7 +36,7 @@ spec:
36
windowConfig:
37
windowLengthCount: 10
38
slidingIntervalCount: 5
39
- processingGuarantee: atleast_once
+ processingGuarantee: ATLEAST_ONCE
40
# the processingGuarantee should be manual for window function
41
# see: https://github.com/apache/pulsar/pull/16279/files#diff-c77c024ccb31c94a7aa80cb8e96d7e370709157bdc104a1be7867fb6c7aa0586R318-R319
42
processingGuarantee: manual
0 commit comments