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

Respond to AcknowledgeBackfill with the tickets that were assigned #1382

Conversation

highlyunavailable
Copy link
Contributor

What this PR does / Why we need it:

When acknowledging a backfill to assign tickets to it, the assigner (the caller of AcknowledgeBackfill) never gets a list of tickets that were successfully acknowledged. This PR resolves that and closes the loop to allow the caller of AcknowledgeBackfill to see data from tickets that got an assignment as part of AcknowledgeBackfill.

Which issue(s) this PR fixes:

Closes #1381

Special notes for your reviewer:

This is a "breaking" change insofar as the response type of AcknowledgeBackfill has changed.

@scosgrave
Copy link
Collaborator

Thanks for making this change, it was definitely needed. We discussed this in a meeting, and I think I was supposed to make an issue for it, but never got to it. See: #1360.

Code changes look good to me. Do we need an update to the online docs as well?

@highlyunavailable
Copy link
Contributor Author

Point me to where I'd need to update and I'll happily add a PR for the docs! Do proto docs get auto-generated or do I need to pull the changes in somewhere?

@HazWard
Copy link
Collaborator

HazWard commented Jun 4, 2021

The docs repo is here but I'm not too sure how the proto docs get generated.

@highlyunavailable
Copy link
Contributor Author

@scosgrave I have created updated documentation and referenced the "Tickets" field in googleforgames/open-match-docs#229

Copy link
Contributor

@syntxerror syntxerror left a comment

Choose a reason for hiding this comment

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

LGTM

@syntxerror syntxerror merged commit 6f46731 into googleforgames:master Jun 9, 2021
@syntxerror syntxerror added this to the v1.3.0 milestone Sep 2, 2021
@syntxerror syntxerror added enhancement New feature or request area/refinement labels Sep 2, 2021
@highlyunavailable highlyunavailable deleted the add-ticket-to-backfill-ack branch November 25, 2021 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Tickets that were acknowledged to the response from AcknowledgeBackfill
5 participants