Simeon, deadletters in akka streams is probably not a problem on your side, but it is something we must improve <https://github.com/akka/akka/issues/15163>.
/Patrik On Thu, Aug 14, 2014 at 4:50 PM, Simeon Fitch <[email protected]> wrote: > In case there’s interest from other’s, here’s an updated implementation > that gets the results I want using the approach suggested by Evgeniy: > > https://gist.github.com/metasim/0ea9de220fb0ac1aef41 > > I /am/ getting three deadLetter messages of this form: > > 10:41:50 INFO [default-akka.actor.default-dispatcher-7] > a.a.RepointableActorRef - Message [akka.stream.impl.RequestMore] from > Actor[akka://default/deadLetters] to > Actor[akka://default/user/flow-2-1-map#2007922913] was not delivered. [1] > dead letters encountered. This logging can be turned off or adjusted with > configuration settings 'akka.log-dead-letters' and > 'akka.log-dead-letters-during-shutdown'. > > Not sure if they’re problems; I wasn’t able to track down where they’re > coming from (some internal API) or how to ensure they don’t occur. > > Cheers, > Simeon > >> >> > -- > >>>>>>>>>> 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. > -- Patrik Nordwall Typesafe <http://typesafe.com/> - Reactive apps on the JVM Twitter: @patriknw -- >>>>>>>>>> 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.
