[akka-user] AkkaHttp and OAuth2 authorization code flow (logical http session? on cassandra?)

2018-01-10 Thread Nicolae Marasoiu
Hi, We need to implement OAuth2 authorization code flow in an AkkaHttp microservice. The way that I know it traditionally works needs a logical session managed with a cookie or similar: the microservice does the flow, obtains the access/refresh tokens and caches the tokens for future use until

Re: [akka-user] Disable Durable Storage for DData

2018-01-10 Thread Patrik Nordwall
Durable storage is used by Cluster Sharding for rememberEntites so that it can "remember" things after a full cluster restart, i.e. activate the same entities again. In 2.5 the ddata mode became default in Cluster Sharding. If you want the old behavior you should enable the "persistence" mode.

Re: [akka-user] Disable Durable Storage for DData

2018-01-10 Thread haghard
Do you think that this folder somehow relates to rememberEntities среда, 10 января 2018 г., 0:13:26 UTC+3 пользователь haghard написал: > > yes > > среда, 10 января 2018 г., 0:12:30 UTC+3 пользователь Patrik Nordwall > написал: >> >> Are you using Cluster Sharding with rememberEntities? >> tis 9