feat(official-bots): consume GameOver stream for bot cleanup #67
Reference in New Issue
Block a user
Delete Branch "feat/NCS-103-officialbot-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 consumer group official-bots-game-over on {prefix}:game-over stream.
Track pub/sub subscribers per gameId in gameWatches map. On GameOver event,
unsubscribe from the game s2c channel and remove from watch map.
XACK after cleanup; DLQ after maxRetries failures.
Closes NCS-103
https://knockoutwhist.youtrack.cloud/issue/NCS-103
Add consumer group official-bots-game-over on {prefix}:game-over stream. Track pub/sub subscribers per gameId in gameWatches map. On GameOver event, unsubscribe from the game s2c channel and remove from watch map. XACK after cleanup; DLQ after maxRetries failures. Closes NCS-103 https://knockoutwhist.youtrack.cloud/issue/NCS-103