Skip to content

chore: add possibility to create actors without the implementation #697

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

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

XavierGeerinck
Copy link
Contributor

Description

Long overdue, this PR solves the issue that when you are creating an Actor Proxy, that the implementation of the actor was required. There was a work around for it, but this PR makes it more concrete.

This PR also adds the possibility to use an interface class name that differs from the registered actor.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #417

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

@XavierGeerinck XavierGeerinck requested review from a team as code owners May 1, 2025 11:00
Signed-off-by: Xavier Geerinck <[email protected]>
Signed-off-by: Xavier Geerinck <[email protected]>
Signed-off-by: Xavier Geerinck <[email protected]>
Signed-off-by: Xavier Geerinck <[email protected]>
Signed-off-by: Xavier Geerinck <[email protected]>
Signed-off-by: Xavier Geerinck <[email protected]>
@WhitWaldo
Copy link
Contributor

At first glance, this appears to implement a breaking change as anyone currently using actors would have to rebuild their applications to support this. Is that intentional?

Signed-off-by: Xavier Geerinck <[email protected]>
@XavierGeerinck
Copy link
Contributor Author

Added backwards-compatibility for the breaking change :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Actor client SDK requires actor implementation
2 participants