Re: [akka-user] Re: [Akka Streams] How can i use java.sql.ResultSet as akka streams source

2017-03-10 Thread Alexandre Delegue
You can take a look at https://github.com/larousso/akka-jdbc It's experimental but you can fork and use the code as a starting point. Le lundi 6 mars 2017 21:04:48 UTC+1, DEEPAK GUPTA a écrit : > > Slick available only for Scala. I need the solution for Java. > Thanks for the reply... :) >

Re: [akka-user] Re: [Akka Streams] How can i use java.sql.ResultSet as akka streams source

2017-03-06 Thread DEEPAK GUPTA
Slick available only for Scala. I need the solution for Java. Thanks for the reply... :) On Tuesday, March 7, 2017 at 1:17:52 AM UTC+5:30, Patrik Nordwall wrote: > > Slick can be used for that. There is > also something in progress in Alpakka >

Re: [akka-user] Re: [Akka Streams] How can i use java.sql.ResultSet as akka streams source

2017-03-06 Thread Patrik Nordwall
Slick can be used for that. There is also something in progress in Alpakka . /Patrik On Mon, Mar 6, 2017 at 7:53 PM, Rafał Krzewski wrote: > Hi Deepak, > >

[akka-user] Re: [Akka Streams] How can i use java.sql.ResultSet as akka streams source

2017-03-06 Thread Rafał Krzewski
Hi Deepak, http://lmgtfy.com/?q=JDBC+query+as+a+reactive+stream You are welcome :) Rafał W dniu poniedziałek, 6 marca 2017 16:53:14 UTC+1 użytkownik DEEPAK GUPTA napisał: > > [Akka Streams] How can i use java.sql.ResultSet as akka streams source > -- >> Read the docs: