GoogleCloudPlatform / cloudbowl-microservice-game

Apache License 2.0
46 stars 100 forks source link

Persistent Arenas #8

Open jamesward opened 4 years ago

jamesward commented 4 years ago

CQRS?

hostirosti commented 4 years ago

What's CQRS?

jamesward commented 4 years ago

Command Query Response Segregation

We are already kinda doing CQRS by maintaining the state of the arena as an accumulation of events. The state goes into Kafka but we don't do anything to rehydrate the state on a restart.