Hi, Are there any examples that show how to implement response streaming using akka-http?
Should I create an HttpEntity.CloseDelimited object providing Source instance? What is the recommended way to create such source? In particular I am interested in the following use cases: - streaming data from a JDBC ResultSet. Should I create a Source with the ResultSet wrapped into an Iterable? How to close the ResultSet and underlying JDBC connection/transaction? How to handle errors? - streaming data from an java.io.OutputStream instance (data is written to it using library that provides Java API to serialize object to an OutputStream) - streaming multiple messages sent by an Actor Thank you, Konstantin -- >>>>>>>>>> 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.
