You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some PersistentActor types have can contain long persistent events and very short lived events.
An example would be a regular ScheduledJob represented as a PersistentActor.
All events/properties of the ScheduledJob would be long lived and only the ScheduleTimeChanged events short lived
and be deleted.
This behavior can be implemented with a second PersistentActor that tracks only the ScheduleTimes of the ScheduledJob.
It would be great if we could extend the PersistentActor somehow to get some support for controlling and loading such child pid's
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Some
PersistentActor
types have can contain long persistent events and very short lived events.An example would be a regular
ScheduledJob
represented as aPersistentActor
.All events/properties of the
ScheduledJob
would be long lived and only theScheduleTimeChanged
events short livedand be deleted.
This behavior can be implemented with a second
PersistentActor
that tracks only the ScheduleTimes of theScheduledJob
.It would be great if we could extend the
PersistentActor
somehow to get some support for controlling and loading such child pid'sBeta Was this translation helpful? Give feedback.
All reactions