Re: [akka-user] AKKA system shuts down JVM

2017-03-06 Thread Luiz dos Santos
Hi Patrik, I work with Rodrigo, it is weird, the application was working before, and we do have the jar in the class path "leveldbjni-all-1.8.jar". Thanks in advance Luiz On Saturday, February 25, 2017 at 4:39:35 AM UTC-5, Patrik Nordwall wrote: > > Well, as the error message says you must

Re: [akka-user] AKKA crashed using kryo serialization sometimes

2017-03-06 Thread Любен
Hi, It's strange, I have put the LZ4 compression in the kryo serialization extension. Actually I am relying on it in production (compiled from the same source). The only difference I see is that it's using the artery transport. Could it be that the source byte buffer is released earlier by

[akka-user] AKKA Persistence in a Multi-Tenant Application

2017-03-06 Thread abruzzo
In a multi-tenant application, for a given domain, is it preferable to use a single journal for a given bounded context or is it preferable to split out the journals per registered institution. An argument can be made that storing it all in one journal is what makes it multi-tenant but an

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:

Re: [akka-user] Re: [DesignProposal] AKKA cluster in Docker Swarm Environment

2017-03-06 Thread Dr Ashley Aitken
Thank you very much Evgeny, that makes it a lot clearer and is very helpful. We can do the same (or similar). Cheers, Ashley. > On 6 Mar 2017, at 6:16 PM, Evgeny Shepelyuk wrote: > > Hello, > > 1. Yes we're still using Docker Swarm > 2. In fact we've postponed AKKA

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

2017-03-06 Thread DEEPAK GUPTA
[Akka Streams] How can i use java.sql.ResultSet as akka streams source -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.io/docs/akka/current/additional/faq.html >> Search the archives:

Re: [akka-user] Re: [DesignProposal] AKKA cluster in Docker Swarm Environment

2017-03-06 Thread Evgeny Shepelyuk
Hello, 1. Yes we're still using Docker Swarm 2. In fact we've postponed AKKA cluster implementation and now we run just a single instance of service, but our plans is - introduce ZooKeeper instance (ZooKeeper cluster) - since ConstructR is a library not a service, it's embedded in the

Re: [akka-user] AKKA crashed using kryo serialization sometimes

2017-03-06 Thread Konrad Malawski
Really? I was thing serialization would be needed for inter process communication. If you're in the same JVM then it's only inter-thread communication, so we don't serialize (unless you force that via config setting) Thanks, looking forward to a reproducer - most likely best to ping the kryo