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

Update player data (skill level) after game ends #128

Open
markmandel opened this issue Mar 8, 2023 · 0 comments
Open

Update player data (skill level) after game ends #128

markmandel opened this issue Mar 8, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@markmandel
Copy link
Member

After a game session is complete the Game Server will send a REST request to Profile Management service to update skill level.

The most interesting challenge is how the service discovery.

Summarising some chat we had on an internal doc to track.

  • We could use an internal load balancer, and pass around the IP
  • We could use ASM, but would need to to add the labels for sidecar injection into the gameserver and profile service pods and then configure ingress into the profile service

cc @kennycoder , @benfogel , @ggiovanejr to make sure I summarised this right.

@markmandel markmandel added the enhancement New feature or request label Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant