Skip to content

Commit f9bad9f

Browse files
committed
Merge branch 'timeout_implementation' of https://github.com/elasticio/splitter-component into timeout_implementation
2 parents 9cb23ce + 61926d5 commit f9bad9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ and the JSONata expression `Phone.{type: number}`, an object constructor, the ac
9393

9494
Inverse of the split action: Given a stream of incoming messages a sum message is generated.
9595
Has 3 different behaviour variants(options):
96-
* Use Group Size. A message is emitted once the group size is reached for the given group. If arriving messages for a particular group are less than the defined group size then the group is silently discarded.
97-
* Use Timeout. All incomming messages count towards the delay timer. Once no more message is received in this time frame there will be a emitted message for each group.
96+
* Use Group Size: A message is emitted once the group size is reached for the given group. If arriving messages for a particular group are less than the defined group size then the group is silently discarded.
97+
* Use Timeout: All incomming messages count towards the delay timer. Once no more message is received in this time frame there will be a emitted message for each group.
9898
* Use Group Size and Timeout: Specify both group size and delay timer. Groups that have reached their limit are emitted directly. Beyond that the action behaves as specifed in the line before.
9999

100100
Supported:

0 commit comments

Comments
 (0)