Actually, a controllable version of .throttle called something like .valve
is not a bad idea. Contributions are welcome :)

-Endre

On Mon, Feb 22, 2016 at 9:53 AM, Viktor Klang <viktor.kl...@gmail.com>
wrote:

> Depends on what kind of semantics you're looking for: immediate pause,
> controlled rate of inputs, or other?
>
> On Mon, Feb 22, 2016 at 8:56 AM, Tal Pressman <kir...@gmail.com> wrote:
>
>> I don't know of any way to do it out of the box, but you can create your
>> own custom GraphStage that handles the pause/resume logic, and when it's
>> paused doesn't push/pull.
>>
>>
>> On Sunday, February 21, 2016 at 4:19:54 PM UTC+2, 代小飞 wrote:
>>>
>>> I have know about we can build flow graph use the sink ,source,flow.then
>>> materialize this blue picture then run;
>>> But when the progress of running. we can not control any of the
>>> flows;for example some times I want to stop or pause the flow. how can i do?
>>> thanks
>>>
>> --
>> >>>>>>>>>> Read the docs: http://akka.io/docs/
>> >>>>>>>>>> Check the FAQ:
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Akka User List" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to akka-user+unsubscr...@googlegroups.com.
>> To post to this group, send email to akka-user@googlegroups.com.
>> Visit this group at https://groups.google.com/group/akka-user.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Cheers,
> √
>
> --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Akka Team
Typesafe - Reactive apps on the JVM
Blog: letitcrash.com
Twitter: @akkateam

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to