-
Notifications
You must be signed in to change notification settings - Fork 9
Decide on how to handle persistent state #8
Comments
I know by theory every microservice can decide on its own. But for the sake of maintainability, I suggest we agree on a preferred idea. Options I see:
#2: In Memory DataBase
#3: Use Database on Platform
#4: Use external Database as a Service #5: Use Event Stream Database
Please comment! |
Maybe once we have the user stories more fleshed out we have a better common understanding what the actual technical requirements could be. That being said: #1 feels too low level for me (or: why stop at a file system? Can't we write sectors to a raw device? ;-) |
I vote for a combination of Option 5 (Kafka) and Option 3 (database):
|
In the long term, we will need to decide on how/where we persist states (Playlists, Auth Tokens).
The text was updated successfully, but these errors were encountered: