java - Akka fire-forget on remote system delivers not all messages -
i've got following scenario:
- akka remote system a
- akka remote system b
b analysis engine, sends brunch of fire , forget messages a. system b stops after it's analysis.
but if b calls after it's analysis system.shutdown
, not messages delivered a. actor system of b buffering messages?
how i'm able ensure b messages in a's inbox? can determine, when it's safe b disconnect? how disconnect b a?
thank advice!
you create several child actors send messages , kill done sending messages. supervision wait child actors terminated , after shutdown system. imo should enough messages sent.
Comments
Post a Comment