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

Do not send original request msg back to server #1139

Merged
merged 1 commit into from
Jun 14, 2023
Merged

Do not send original request msg back to server #1139

merged 1 commit into from
Jun 14, 2023

Conversation

mmcshane
Copy link
Contributor

What was changed

Leave the AcceptedRequest and RejectedRequest fields nil on the Acceptance and Rejection messages respectively. Server has been updated to not look at these fields.

Why?

Giving up on reconstituting lost ephemeral update state from this information and thus the server does not look at these fields. Save the bytes for now and add back if we resurrect the server behavior.

Checklist

  1. Closes

  2. How was this tested:

Unit tests here and features tests

  1. Any docs updates needed?

@mmcshane mmcshane requested a review from a team as a code owner June 14, 2023 20:29
Leave the AcceptedRequest and RejectedRequest fields nil on the
Acceptance and Rejection messages respectively. Server has been updated
to not look at these fields.
@mmcshane mmcshane merged commit 1a0d5f9 into temporalio:master Jun 14, 2023
@mmcshane mmcshane deleted the mpm/smaller-update-messages branch June 14, 2023 23:31
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.

3 participants