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

Remove Virtual journal #1287

Merged
merged 2 commits into from
Mar 20, 2024
Merged

Conversation

slinkydeveloper
Copy link
Contributor

Fix #1285

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.

Nice work @slinkydeveloper :-) +1 for merging!

@@ -74,20 +67,18 @@ impl ServiceInvoker {
&mut self,
full_invocation_id: FullInvocationId,
method: &str,
span_context: ServiceInvocationSpanContext,
_span_context: ServiceInvocationSpanContext,
Copy link
Contributor

Choose a reason for hiding this comment

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

Could this span_context be removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was actually a bad removal, I added a new commit that uses this span_context in the idempotent invoker to link the invoked component

@slinkydeveloper slinkydeveloper merged commit 358afbb into restatedev:main Mar 20, 2024
3 checks passed
@slinkydeveloper slinkydeveloper deleted the issues/1285 branch March 20, 2024 09:27
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.

Remove Virtual journal feature
2 participants