Re: [akka-user] Re: from akka.persistence.journal.ReplayFilter Invalid replayed event [1] in buffer from old writer

2016-08-08 Thread Eric Swenson
We have not changed the default mode=repair-by-discard-old config value for the replay-filter. Should we? — Eric > On Aug 7, 2016, at 9:47 AM, Patrik Nordwall wrote: > > It's typically caused by multiple persistent actors with the same > persistenceId running at

Re: [akka-user] Dynamically move proxied journal (PersistencePluginProxy) to another node

2016-08-08 Thread oleksiys
Hi Patrik, no, it's not for production, but during testing we'd like to be able to shutdown cluster nodes to make sure the app behaves properly. In the proxy journal config file I set the "start-target-..." property to false for all the nodes and I want to start the target journal only on the

Re: [akka-user] Re: Akka Java IO TLS

2016-08-08 Thread Vinay Gajjala
Thank you for the response. I will surely try your suggestions. I thought I might not have explained my problem clearly so I created another post with more details you can search this string ("Akka v2.3.14 with Java 7 - TLS configuration") to find it in the group Regards Vinay On Thursday,

[akka-user] Akka v2.3.14 with Java 7 - TLS configuration

2016-08-08 Thread Vinay Gajjala
Hi I am a newbie in Akka and I implemented a TCP server which listens to device traffic. I have searched online and could not find any concrete examples of how to configure TLS using Akka IO. I am not sure if I am missing the obvious. I have asked this question earlier but without providing

[akka-user] how to do a rolling cluster upgrade with marathon?

2016-08-08 Thread Bert Robben
Hi, I'm deploying my akka cluster with mesos and would like to do rolling upgrades with marathon. My app has a few cluster singletons and also using cluster sharding (with ddata). The cluster is small for now (between 2 and 4 nodes). So the scenario is the following (1) I have a happy cluster

[akka-user] Scalatest / Sbt / Akka-TestKit Issue in Testing Persistent Actor

2016-08-08 Thread Maatary Okouya
I'm running test with Akka TestKit on a Persistent Actor. An odd problem that i am facing is that, despite me, cleaning the persistent folders before or after each test, when i run my full test suite with sbt, The persistent folders seems not to be removed. This is a problem, because from

Re: [akka-user] Re: No configuration setting found for key 'akka.version' when running jar-with-dependencies

2016-08-08 Thread Akka Team
Seems like that. PRs are welcome. For other people interested there is a ticket here: https://github.com/akka/akka/issues/21120 -- Johan Akka Team On Mon, Aug 8, 2016 at 4:58 PM, Dean Schulze wrote: > I did a copy and paste from the documentation page for the >

Re: [akka-user] Re: No configuration setting found for key 'akka.version' when running jar-with-dependencies

2016-08-08 Thread Dean Schulze
I did a copy and paste from the documentation page for the maven-shade-plugin. Is the documentation page wrong? This is a show stopper for me with akka. On Monday, August 8, 2016 at 3:09:19 AM UTC-6, Akka Team wrote: > > No, there has not been any change to how Akka deals with the reference

Re: [akka-user] How to add connection.remoteAddress to Http request handler - additional input parameter to Flow

2016-08-08 Thread Akka Team
You could return your request handler from a method, and pass the remote IP to that method when you create it (will require a new function each time though). You could also make your request handler take both a request and the remote address every time it is called or you could update the request

Re: [akka-user] Re: No configuration setting found for key 'akka.version' when running jar-with-dependencies

2016-08-08 Thread Akka Team
No, there has not been any change to how Akka deals with the reference configuration for a long long while so that would not help. I'd guess your configuration of the shade plugin is missing something. 'akka.version' is defined in the file 'version.conf' which you should be able to confirm is not