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
read_until closes the input once a consumed message passes a specific condition based on a query. Here I propose a new field idle_timeout that specifies the maximum amount of time without receiving new messages after which the input is closed.
The configuration of 'check' and 'idle_timeout' could be used either independently or collectively, resulting in the termination of the input upon the first occurrence.
The text was updated successfully, but these errors were encountered:
read_until
closes the input once a consumed message passes a specific condition based on a query. Here I propose a new fieldidle_timeout
that specifies the maximum amount of time without receiving new messages after which the input is closed.The configuration of 'check' and 'idle_timeout' could be used either independently or collectively, resulting in the termination of the input upon the first occurrence.
The text was updated successfully, but these errors were encountered: