Skip to content

Commit dee46f6

Browse files
committed
Add option to enable new EndOfStream
1 parent e09b9ba commit dee46f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DATA/common/getCommonArgs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ fi
2525
[[ $NORATELOG == 1 ]] && ARGS_ALL+=" --fairmq-rate-logging 0"
2626

2727
[[ ! -z ${O2_DPL_EXIT_TRANSITION_TIMEOUT_DEFAULT:-} ]] && ARGS_ALL+=" --exit-transition-timeout $O2_DPL_EXIT_TRANSITION_TIMEOUT_DEFAULT"
28+
[[ ! -z ${O2_DPL_PROCESSING_TRANSITION_TIMEOUT_DEFAULT:-} ]] && ARGS_ALL+=" --data-processing-timeout $O2_DPL_PROCESSING_TRANSITION_TIMEOUT_DEFAULT"
2829

2930
true
3031

0 commit comments

Comments
 (0)