Re: [akka-user] Re: Mapping an akka cluster?

2015-07-01 Thread Brandon Arp
Hi Brandon, > > On Tue, 2015-06-30 at 08:03 -0700, Brandon Arp wrote: > > Hi Brice, > > > > > > I had a similar need for operational visibility. The approach I took > > was to create a ShardAllocationStrategy and configure my cluster to > > use it. The st

[akka-user] Re: Mapping an akka cluster?

2015-06-30 Thread Brandon Arp
Hi Brice, I had a similar need for operational visibility. The approach I took was to create a ShardAllocationStrategy and configure my cluster to use it. The strategy would save off the allocations so that they could inspected later. Specifically, the ShardAllocationStrategy took an ActorSe

Re: [akka-user] Sharding problem when restarting Cluster

2015-06-09 Thread Brandon Arp
I am seeing this as well with Akka 2.3.10. On Tuesday, June 9, 2015 at 2:27:18 AM UTC-7, Anders Båtstrand wrote: > > Is there any news about this? I have experienced the same, using Akka > 2.3.10 and Cassandra (latest version of the plugin). > > Best regards, > > Anders > > tirsdag 11. november 2

[akka-user] Streams, Flows, and integrating an external flow

2014-12-12 Thread Brandon Arp
I'm working on implementing an TLS/SSL client using the Akka streams and http components, but I've run into a bit of a snag. My overall approach is to open a TCP stream, create an SslTlsCipher (from a SslTlsCipherActor), modify the tcp flow to include the encryption/decryption steps, then tran

Re: [akka-user] Remoting, NAT, and Containers

2014-11-21 Thread Brandon Arp
Thanks for the info. I'll see if I can modify the container infrastructure at my company to make that work. If not, I'll be eagerly awaiting the Akka 2.4 release next year. On Monday, November 17, 2014 4:07:20 AM UTC-8, Akka Team wrote: > > > On Sat, Nov 15, 2014 at 9:51 PM, Ryan Tanner > wro

[akka-user] Remoting, NAT, and Containers

2014-11-13 Thread Brandon Arp
I saw a commit go into master a while back to support a different bind hostname (commit 47556a0ebf1e8b51adc384dd451ce83ff9388ec6). Are there plans to release/backport this in the Akka 2.3.x branch? If not, what is the timeframe on releasing 2.4? This seems like a pretty important feature with