feat(core): publish GameOver event to Redis Streams #64
Reference in New Issue
Block a user
Delete Branch "feat/NCS-102-publish-gameover-stream"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add GameOver to EventType enum and GameOverPayload DTO.
GameRedisPublisher publishes to {prefix}:game-over stream (MAXLEN ~1000)
on game completion. NativeReflectionConfig updated for core module.
Closes NCS-102
https://knockoutwhist.youtrack.cloud/issue/NCS-102
Add GameOver to EventType enum and GameOverPayload DTO. GameRedisPublisher publishes to {prefix}:game-over stream (MAXLEN ~1000) on game completion. NativeReflectionConfig updated for core module. Closes NCS-102 https://knockoutwhist.youtrack.cloud/issue/NCS-102