Skip to content

New game lifecycle management method in stream provider #135

Description

@isuru89

When creating a game,

  • A method in stream provider class must be called to initialize a game (e.g. initGame(options))
  • When called this method, necessary streams must be created for the game
  • For kafka, in this particular time, number of partitions should be specified

When closing a game,

  • A method in stream provider must be called (e.g. closeGame(options))

If there is no game topic, the event-api should reject any events targeting that game.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions