Releases: Tochemey/goakt
Releases · Tochemey/goakt
v0.1.2
v0.1.1
v0.1.0
Features
- Send a synchronous message to an actor from a non actor system
- Send an asynchronous(fire-and-forget) message to an actor from a non actor system
- Actor to Actor communication (check the examples' folder)
- Enable/Disable Passivation mode to remove/keep idle actors
- PreStart hook for an actor.
- PostStop hook for an actor for a graceful shutdown
- ActorSystem
- Actor to Actor communication
- Restart an actor
- (Un)Watch an actor
- Stop and actor
- Create a child actor
- Supervisory Strategy (Restart and Stop directive)
- Behaviors (Become/BecomeStacked/UnBecome/UnBecomeStacked)
- Logger interface with a default logger
- Examples (check the examples' folder)
- Integration with OpenTelemetry for traces and metrics.
- Remote messaging
- Actors can send messages to other actors on a remote system
- Actors can look up other actors' address on a remote system