1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00
Ivan Kozlovic 4ef08006bc Update NATS Streaming documentation
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>
2019-09-03 18:32:56 -06:00

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).