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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
KAR 1.3.0 introduces several major enhancements to the programming model
Failure recovery ensures that a retry of a failed actor invocation will not be executed until after all synchronous calls made by the failed version of the task have completed.
Tail calls to the same actor instance retain the actor lock by default.
Each actor's queue of incoming messages is now always processed in order.
There is a new Python SDK.
The legacy transport layer that predated pkg/rpc was removed.