Skip to content
Discussion options

You must be logged in to vote

Most every containerized environment has some form of persistent storage. Those don't do, depend on other services that provide that persistence. There's a handful of ways one could deal with this. Here's a few that I've seen:

  1. shared file system that persists across deployments
  2. store all messages in a database (example: wildduck using mongodb)
  3. save messages to a queue (like RabbitMQ)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by msimerson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants