I'm doing a PoC in akka streams, and I just had to track down a case where 
the mapping functor in an instance of Flow.map() threw an exception. This 
seems to simply close the stream, but _not_ report it anywhere. Other 
stages were getting completed implicitly because of it, but the error 
didn't seem to propagate.

The end of my graph was a SinkQueueWithCancel created with Sink.queue(), 
and I had a thread blocked in a call to 
sinkQueue.pull().toCompletableFuture().get(). I would have expected the 
graph's failure to cause this to throw?

Also, I had logging set up as described in 
https://groups.google.com/forum/#!topic/akka-user/rJHu7C8D3KQ , but I 
didn't see any messages about an uncaught exception, which I would have 
expected. (makes me think even more that I messed up the configuration 
somehow?)

Thanks,
Matthew w.

-- 
>>>>>>>>>>      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