Yeah. On Monday, July 27, 2015 at 10:22:47 AM UTC-3, √ wrote: > > Sounds like a stream of max speeds to me. > > On Mon, Jul 27, 2015 at 3:15 PM, <[email protected] <javascript:>> > wrote: > >> I'm developing a system that process GPS and telemetry data and trigger >> some events based on parameters. One example is speed violation. One stage >> on my flow performs speed violation verification based on car speed and the >> parameter maxSpeed. The problem is the user could change this parameter and >> my flow should consider the new value for parameter to check speed >> violation. I don't know how model this requirement using akka stream. >> Thanks. >> >> On Monday, July 27, 2015 at 9:27:59 AM UTC-3, √ wrote: >>> >>> what is a dynamic parameter, could you describe who can change it, when >>> and how many times? >>> >>> -- >>> Cheers, >>> √ >>> On 27 Jul 2015 14:24, "Matheus Lima" <[email protected]> wrote: >>> >>>> How can I create a dynamic flow? I'm developing a stream processing >>>> application and I have a specific stage that I need perform a calculation >>>> over input considering a parameter. And I need change this parameter >>>> dynamically. For example: >>>> case class CarStatus(position: Position, speed: Double) >>>> Flow[CarStatus].map(_.speed > 80) >>>> How can I transform 80 in a dynamic parameter? >>>> Thank you. >>>> >>>> -- >>>> >>>>>>>>>> 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 [email protected]. >>>> To post to this group, send email to [email protected]. >>>> Visit this group at http://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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
