Skip to content
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

Ensure ActorRuntime can be instantiated using Properties #1203

Closed
wants to merge 1 commit into from

Conversation

artur-ciocanu
Copy link
Contributor

Description

This tiny PR extends the ActorRuntime by adding and overload getInstance(Properties properties) that allows us to provide the Dapr ports during instantiation, this is especially useful in integration tests and when integrating with Testcontainers.

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: #1202

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

@artur-ciocanu artur-ciocanu requested review from a team as code owners February 1, 2025 10:08
@artur-ciocanu
Copy link
Contributor Author

@artursouza @cicoyle @salaboy could you please take a look and let me know your thoughts. Thank you!

@artur-ciocanu
Copy link
Contributor Author

@artursouza and @cicoyle sorry to insist, could you please review and approve. Thank you!

@salaboy
Copy link
Contributor

salaboy commented Feb 3, 2025

@artur-ciocanu can we close this in favour of this one: #1192 ?

@artur-ciocanu
Copy link
Contributor Author

All the changes from this PR have been incorporated into #1192. Closing this one.

@artur-ciocanu artur-ciocanu deleted the gh-1202 branch February 3, 2025 12:52
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.

ActorRuntime doesn't allow overriding ports similarly to WorkflowRuntimeBuilder or DaprClient
2 participants