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
I've no experience of Go, but I'm presuming this is more than just filtering by type that we have in .net by using generics. i.e. a subscriber can subscribe to an event type and include a predicate to filter those types by?
In Go you can replace the default subscriber for deadletter and supervision events.
See e.g.:
https://github.com/AsynkronIT/protoactor-go/blob/dev/actor/options.go
https://github.com/AsynkronIT/protoactor-go/blob/dev/actor/deadletter.go
The text was updated successfully, but these errors were encountered: