[akka-user][deprecated] Re: Akka backoff supervision for HTTP retries

2018-11-11 Thread mandeep gandhi
Gentle reminder. On Mon, Nov 5, 2018 at 3:10 PM mandeep gandhi wrote: > Hi all, > > My use case is that I want to make external calls from an actor( on > receiving a type of message). If the HTTP call fails, I want to retry > exponentially. My current code uses scalaj.htt

[akka-user][deprecated] Akka backoff supervision for HTTP retries

2018-11-05 Thread mandeep gandhi
(or is it an anti-pattern)? Thanks, Mandeep Gandhi -- * ** New discussion forum: https://discuss.akka.io/ replacing akka-user google-group soon. ** This group will soon be put into read-only mode

[akka-user] How to manage internal state of the system

2018-02-19 Thread mandeep gandhi
be updating it. Do their DB actor have to deal with comparing custom logic such as comparing last modified time of the message etc. or people generally follow Akka remoting for this case - maintaining a single actor which writes to the DB. Thanks, Mandeep Gandhi -- >>>>>

Re: [akka-user] File based durable mailboxes for akka actors

2018-01-04 Thread mandeep gandhi
t such guarantee. > > -- > Cheers, > Konrad 'ktoso <http://kto.so>' Malawski > Akka <http://akka.io/> @ Lightbend <http://lightbend.com/> > > On January 4, 2018 at 18:11:34, mandeep gandhi (welcomemand...@gmail.com) > wrote: > > I was never using 2.

Re: [akka-user] File based durable mailboxes for akka actors

2018-01-04 Thread mandeep gandhi
e license allows for that. > > -- > Cheers, > Konrad 'ktoso <http://kto.so>' Malawski > Akka <http://akka.io/> @ Lightbend <http://lightbend.com/> > > On January 3, 2018 at 9:06:59, mandeep gandhi (welcome...@gmail.com > ) wrote: > > Hi, > I wanted t

[akka-user] File based durable mailboxes for akka actors

2018-01-03 Thread mandeep gandhi
Hi, I wanted to know the current support if durable mailboxes with Akka. I am using Akka version 2.5.3 and Scala 2.12.3 and I want to use akka-mailbox-common for durable mailbox ( file system backed). Unfortunately, akka-mailbox-common is not available for scala 2.12. I tried something in