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

Refactor invoker following the rust conventions #528

Merged
merged 9 commits into from
Jun 26, 2023

Conversation

slinkydeveloper
Copy link
Contributor

@slinkydeveloper slinkydeveloper commented Jun 23, 2023

Based on #526

This PR is a bit of collection of ideas I had to improve the Invoker code, which is currently a bit complicated and hard to follow. This PR follows the conventions described in #392. I still did not split the module between "api" and "impl", but it should be easy to do as a next step.

Copy link
Contributor

@tillrohrmann tillrohrmann left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks for improving the structure of the invoker package @slinkydeveloper. +1 for merging.

src/invoker/src/service/mod.rs Outdated Show resolved Hide resolved
@slinkydeveloper slinkydeveloper merged commit fd1abf3 into restatedev:main Jun 26, 2023
5 checks passed
@slinkydeveloper slinkydeveloper deleted the refactor-invoker branch June 26, 2023 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.

2 participants