Hi,
I’m creating a projection from akka persistence events source. I would like to combine the offset saving of SlickHandler with the actor states of ActorHandler. However, I find that the actor ref passing used for ActorHandler is in the internal codes and hence cannot be extended or overridden. Is there a way to do this?