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

[TestEnv] supporting routing responses back to callers #1947

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

muhamadazmy
Copy link
Contributor

[TestEnv] supporting routing responses back to callers

Summary:
This is a small improvement over the existing TestCoreEnvBuilder networking
by supporting routing responses back to RpcRouter when they make a call over the
NetworkSender.

This only works if the target component you are calling is registered against the same
RouterBuilder as the client.

Summary:
This is a small improvement over the existing TestCoreEnvBuilder networking
by supporting routing responses back to RpcRouter when they make a call over the
NetworkSender.

This only works if the target component you are calling is registered against the same
RouterBuilder as the client.
Copy link
Contributor

@AhmedSoliman AhmedSoliman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suspect that using this will be a little awkward, but let's try that and improve it as we go.

@muhamadazmy
Copy link
Contributor Author

@AhmedSoliman Thank you for reviewing my PR. And I definitely agree with you regarding being awkward to use. I tried to make this clear with comments as much as possible.

@muhamadazmy muhamadazmy merged commit ac217a3 into restatedev:main Sep 11, 2024
9 checks passed
@muhamadazmy muhamadazmy deleted the pr1947 branch September 11, 2024 08:45
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.

2 participants