You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ Supported:
106
106
Limitations:
107
107
* All groups must have one or more messages. (i.e. No groups of size 0).
108
108
Can't do re-grouping when a split is done on an empty array. (i.e. No empty for each pattern supported).
109
-
If all the messages in the group do not arrive, then the group will not be emitted..
109
+
If all the messages in the group do not arrive, then the group will not be emitted.
110
110
* The group is dropped if there are any unexpected restarts to the container.
111
111
* In case only a groupSize is given and no delay timer is specified. The size of the group must be known by all group members.
112
112
* In case of using the delay timer. Messages are only emitted when all parts arrive. Emitting a message only when the first part arrives isn't supported.
0 commit comments