mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
Brings missing parts that were in the README.md Added some details in the TLS section based on issue https://github.com/nats-io/nats-streaming-server/issues/919 Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
4 lines
332 B
Markdown
4 lines
332 B
Markdown
# Persistence
|
|
|
|
By default, the NATS Streaming Server stores its state in memory, which means that if the streaming server is stopped, all state is lost. Still, this level of persistence allows applications to stop and later resume the stream of messages, and protect against applications disconnect (network or applications crash).
|