Thanks Patrik for the link, I am very new to Akka (2 weeks).
My primary goal is to have a fail safe always-on actor which can recover automatically. I used event sourced + Remember Entities for this, since this actor also has to a Timer which calls itself at certain schedule time. So when actor is reincarnated after crash, the timer event can set it up again.
My next goal is to properly delete/kill/remove/erase this Actor from the system after the timer is kicked off. Can you please guide what is the best recommended way of doing this.