Hi all, I'm working with Akka Streams for the first time and I am running into something a bit confusing. I have an ActorPublisher for my source and an ActorSubscriber for my sink. Everything works well until my source's backlog gets to 0, and then the stream terminates (but onCompleted is never called, a bit confusing). I am intending this as an "infinite" datasource that will periodically query a database to add to then publish to the stream. Any ideas on why the stream terminates and is there a way to dictate this behavior?
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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
