[akka-user] akka-http - Setting TLS Server Name Indicator (SNI) explicitly for Client-Side HTTPS

2017-06-18 Thread shayan
I am trying to connect to internal microservices using the akka-http client-side HTTPS support. These secure microservices are hosted behind a proxy (HAProxy in tcp mode passing TLS traffic through) with traffic routed to the appropriate service through TLS SNI. In order to have akka-http

Re: [akka-user] State Replication in ORMultiMap

2017-06-18 Thread 'Michal Borowiecki' via Akka User List
ORMap and ORMultiMap don't mention delta support. On the contrary, docs for Maps say: When a data entry is changed the full state of that entry is replicated to other nodes, i.e. when you update a map the whole map is replicated. Therefore, instead of using one|ORMap|with 1000 elements it is

[akka-user] State Replication in ORMultiMap

2017-06-18 Thread Mushtaq Ahmed
Suppose there is an ORMultiMap with 5 keys, each pointing to an ORSet of size 1000 items. Given that ORSet is a delta-CRDT, which one of the following happens on ORMultiMap.addBinding("a", 4) operation: 1. Entire map with 5000 entries will be replicated. 2. Only the delta of the ORSet (against