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

Apply Kafka to the socket.io backend server for real-time communication #56

Open
metalalive opened this issue Feb 1, 2024 · 0 comments
Labels
backend dev For back-end development related to this codebase enhancement New feature or request software design

Comments

@metalalive
Copy link
Collaborator

metalalive commented Feb 1, 2024

Things to do :

  • Figure out appropriate usage scenarios where Kafka can come into play in the backend system

    • HTTP RESTful server emits game-state events, by publishing message to Kafka.
    • do the backend server need to replay progress of each game ? and when ?
    • what else is there ?
  • experiment with Kafka adapter with socket.io server

    • if Kakfa setup is very complicated and includes a lot of code, split to separate PR (or even to another github issue) from here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend dev For back-end development related to this codebase enhancement New feature or request software design
Projects
None yet
Development

No branches or pull requests

1 participant