-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generalized ActorID metadata encoding/decoding #987
Comments
|
ktoso
added
1 - triaged
Ticket makes sense and is well defined, ready to be worked on
2 - pick next
If looking for work, pick this ticket :-)
t:serialization
labels
Jul 11, 2022
We need this earlier rather than later |
ktoso
added
3 - in progress
Ticket is being worked on
and removed
1 - triaged
Ticket makes sense and is well defined, ready to be worked on
2 - pick next
If looking for work, pick this ticket :-)
labels
Jul 13, 2022
ktoso
added a commit
to ktoso/swift-distributed-actors
that referenced
this issue
Jul 13, 2022
ktoso
added a commit
to ktoso/swift-distributed-actors
that referenced
this issue
Jul 15, 2022
yim-lee
pushed a commit
to yim-lee/swift-distributed-actors
that referenced
this issue
Jul 15, 2022
ktoso
added a commit
to ktoso/swift-distributed-actors
that referenced
this issue
Jul 20, 2022
ktoso
added a commit
that referenced
this issue
Jul 20, 2022
* Implement ActorSingleton for DistributedActor Resolves #824 * rework how we get hold of intercepted actors * rework how we get hold of intercepted actors * fix eventually{} to work with async code; remove thread local use * progress-ktoso * singleton call through remoteCall causes localCall * more logic in resolving a well-known actor * =ser serializing actor id metadata, incl. wellKnown #987 * wip * fix serialization of well known metadata * fix equality * passing happy path test * Rebase and resolve conflicts * Update the rest of singleton tests * fix WorkerPool APIs a bit * cleanups * [Receptionist] Fix ordering bug and improve diagnostics * fix wellKnown name handling from props * cleanup * rebase fix * handle swift-metrics internal field rename Co-authored-by: Yim Lee <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We allow storing metadata with
@ActorID.Metadata
but the serialization is only partially implemented, support it completely by allowing to register which keys should be considered.The text was updated successfully, but these errors were encountered: