Re: [akka-user] min-nr-of-members not working?

2016-07-04 Thread Raymond Roestenburg
m for two roles and > I could see from the MemberUp logging that it was working > mån 4 juli 2016 kl. 11:08 skrev Raymond Roestenburg < > raymond.roestenb...@gmail.com>: > >> That does not seem to solve the issue, I'll check out the >> akka-sample-cluster-sca

Re: [akka-user] min-nr-of-members not working?

2016-07-04 Thread Raymond Roestenburg
That does not seem to solve the issue, I'll check out the akka-sample-cluster-scala to see what you're doing differently there.. On Sunday, July 3, 2016 at 8:45:25 PM UTC+2, Raymond Roestenburg wrote: > > Thanks Patrik, I'll try that. > > On Friday, July 1, 2016 at 8:32:27 AM U

Re: [akka-user] min-nr-of-members not working?

2016-07-03 Thread Raymond Roestenburg
n all config files. seed.config only contains seed.min-nr-of-members > > /Patrik > > On Thu, Jun 30, 2016 at 2:47 PM, Raymond Roestenburg < > raymond.r...@gmail.com > wrote: > >> (Copy from gitter) >> >> Hey guys, I don’t think 'min-nr-of-members’ in cluster

[akka-user] min-nr-of-members not working?

2016-06-30 Thread Raymond Roestenburg
(Copy from gitter) Hey guys, I don’t think 'min-nr-of-members’ in cluster works anymore, I’ve got an example where I would expect the registerOnMemberUp to not get called until two ‘worker’ role nodes are up, but it gets called anyway. Example is here at

Re: [akka-user] Re: Feedback on BackoffSupervisor

2015-12-21 Thread Raymond Roestenburg
Created ticket https://github.com/akka/akka/issues/19246 On Friday, December 18, 2015 at 9:18:20 AM UTC+2, Raymond Roestenburg wrote: > > Cool I'll do that as part of the PR then. > > On Thursday, December 17, 2015 at 10:56:25 PM UTC+2, Patrik Nordwall wrote: >> >> >>

Re: [akka-user] Re: Feedback on BackoffSupervisor

2015-12-17 Thread Raymond Roestenburg
could just be private. On Thursday, December 17, 2015 at 1:42:41 PM UTC+2, Raymond Roestenburg wrote: > > > > On Thursday, December 17, 2015 at 1:18:47 PM UTC+2, Patrik Nordwall wrote: >> >> >> >> On Thu, Dec 17, 2015 at 11:58 AM, Raymond Roestenburg < >

Re: [akka-user] Re: Feedback on BackoffSupervisor

2015-12-17 Thread Raymond Roestenburg
rency, anyone?" ;-) Cheers, Ray Cheers, Ray On Wednesday, December 16, 2015 at 9:30:43 PM UTC+2, Raymond Roestenburg wrote: > > Ok, I'll put a PR in for this. > > Cheers, > Ray > > On Wednesday, December 16, 2015 at 7:09:59 PM UTC+2, Patrik Nordwall wrote: >>

Re: [akka-user] Re: Feedback on BackoffSupervisor

2015-12-17 Thread Raymond Roestenburg
On Thursday, December 17, 2015 at 1:18:47 PM UTC+2, Patrik Nordwall wrote: > > > > On Thu, Dec 17, 2015 at 11:58 AM, Raymond Roestenburg < > raymond.r...@gmail.com > wrote: > >> Hi Patrik, >> >> Henry Mai looped me in on the existence of >> the

Re: [akka-user] Re: Feedback on BackoffSupervisor

2015-12-16 Thread Raymond Roestenburg
Ok, I'll put a PR in for this. Cheers, Ray On Wednesday, December 16, 2015 at 7:09:59 PM UTC+2, Patrik Nordwall wrote: > > Sounds like a good improvement. PR is very welcome. > > Cheers, > Patrik > > On Tue, Dec 15, 2015 at 1:31 PM, Raymond Roestenburg < > ray

[akka-user] Re: Feedback on BackoffSupervisor

2015-12-15 Thread Raymond Roestenburg
BTW if you think this is a good idea, I would be happy to provide a PR for it (since I can't move to 2.4.1 yet anyway and I'm back-porting it right now). On Tuesday, December 15, 2015 at 2:28:36 PM UTC+2, Raymond Roestenburg wrote: > > Hey hAkkers, > > I'm trying out the new Backo

[akka-user] Feedback on BackoffSupervisor

2015-12-15 Thread Raymond Roestenburg
Hey hAkkers, I'm trying out the new BackoffSupervisor (in 2.4.1) and there is one thing that I did not really like (and please correct me if I am wrong): There seems to be no way for the child to tell the BackoffSupervisor that everything is ok again, the back-off is automatically reset based

Re: [akka-user] Akka, Camel ActiveMQ oneway

2014-11-17 Thread Raymond Roestenburg
. To post to this group, send email to akka-user@googlegroups.com. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout. -- Raymond Roestenburg code: http://github.com/RayRoestenburg blog: http://roestenburg.agilesquad.com

Re: [akka-user] Akka-camel sending email with attachment

2014-03-23 Thread Raymond Roestenburg
/group/akka-user. For more options, visit https://groups.google.com/d/optout. -- Raymond Roestenburg code: http://github.com/RayRoestenburg blog: http://roestenburg.agilesquad.com twtr: @RayRoestenburg book: http://manning.com/roestenburg -- Read the docs: http://akka.io/docs

Re: [akka-user] Re: Possible bug in akka-persistence

2014-03-17 Thread Raymond Roestenburg
it should never happen, but just checking in general this assumption is correct. On Mon, Mar 17, 2014 at 7:11 AM, Martin Krasser krass...@googlemail.comwrote: On 16.03.14 13:14, Raymond Roestenburg wrote: Ok you can also ignore this one, (this is a fantastic rubber ducking session by the way

[akka-user] Possible bug in akka-persistence

2014-03-16 Thread Raymond Roestenburg
Hi guys, I'm writing up some examples for persistence and stumbled on a strange issue. Can you please have a look at this? The gist contains a unit test you can drop straight into akka-persistence to verify it. https://gist.github.com/RayRoestenburg/9580479 I used to use ImplicitSender in the

[akka-user] Re: Possible bug in akka-persistence

2014-03-16 Thread Raymond Roestenburg
Please disregard, I misunderstood and found out why. The replayed message causes the response back to the probe. On Sunday, March 16, 2014 10:17:08 AM UTC+1, Raymond Roestenburg wrote: Hi guys, I'm writing up some examples for persistence and stumbled on a strange issue. Can you please

[akka-user] Re: Possible bug in akka-persistence

2014-03-16 Thread Raymond Roestenburg
Roestenburg wrote: Please disregard, I misunderstood and found out why. The replayed message causes the response back to the probe. On Sunday, March 16, 2014 10:17:08 AM UTC+1, Raymond Roestenburg wrote: Hi guys, I'm writing up some examples for persistence and stumbled on a strange

[akka-user] Re: Possible bug in akka-persistence

2014-03-16 Thread Raymond Roestenburg
messages were delivered earlier. Duh. On Sunday, March 16, 2014 12:42:27 PM UTC+1, Raymond Roestenburg wrote: Ok, I've got another question.. I've expanded the gist: https://gist.github.com/RayRoestenburg/9581923 I've added a channel to respond to clients to the NumberProcessor example

Re: [akka-user] Re: SSL, keystore, truststore

2014-03-06 Thread Raymond Roestenburg
/ In the mean time, you should use sun.security.util.HostnameChecker for hostname verification. Will. On Tue, Feb 11, 2014 at 3:38 AM, Raymond Roestenburg raymond.roestenb...@gmail.com wrote: Also, I could not find any code that does hostname verification from the client side, which is described

Re: [akka-user] Re: SSL, keystore, truststore

2014-02-13 Thread Raymond Roestenburg
Ticket created. On Thu, Feb 13, 2014 at 4:08 PM, Raymond Roestenburg raymond.roestenb...@gmail.com wrote: On Thu, Feb 13, 2014 at 2:35 PM, √iktor Ҡlang viktor.kl...@gmail.comwrote: On Thu, Feb 13, 2014 at 2:06 PM, Raymond Roestenburg raymond.roestenb...@gmail.com wrote: Hi Roland

Re: [akka-user] akka-camel: support for using an external camel context (defined in spring xml)

2014-02-12 Thread Raymond Roestenburg
to akka-user+unsubscr...@googlegroups.com. To post to this group, send email to akka-user@googlegroups.com. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/groups/opt_out. -- Raymond Roestenburg code: http://github.com

[akka-user] Re: SSL, keystore, truststore

2014-02-11 Thread Raymond Roestenburg
, and as a basis for contributing to fix stuff in SSL support (if something is missing) since I find it an interesting topic. On Monday, February 10, 2014 6:09:55 PM UTC+1, Raymond Roestenburg wrote: Hi guys, I'm working on a pull request for adding SSL support to ReactiveMongo. ReactiveMongo uses