Skip to content

Releases: Tochemey/goakt

v0.1.2

15 Apr 20:15
e318b7f
Compare
Choose a tag to compare

What's Changed

  • Move to connect-go for remoting
  • Upgrade dependencies
  • Refactor codebase
  • Observability example

v0.1.1

08 Apr 10:51
Compare
Choose a tag to compare
refactor: cleanup

v0.1.0

25 Mar 23:33
446d627
Compare
Choose a tag to compare

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