Do I need to make any fields of this Context Object volatile. Since the different stages will likely be executed by different aka dispatcher threads?
Am Samstag, 1. August 2015 12:19:45 UTC+2 schrieb [email protected]: > > I simplifies my stream if I use a mutable Context Object (one per request) > which gets created in the source and passed to the flows and finally > arrives out at the sink. > Does this violate any concurrency rules? This context object will only be > mutated inside the stream stages. > > -- >>>>>>>>>> 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.
