Skip to content

tamalsaha/nats-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nats-demo

nats-streaming-server -m 8222 \
  --store file \
  --dir $HOME/.nats \
  --max_msgs 0 \
  --max_bytes 0

nats.io basisc:

We are not going to use nats-streaming at this point. The new coolness is nats jetstream which is built into nats v2.0 and supports persistence. You should read this blog series to learn about using Message Oriented Middleware (MoM):

nats.io streaming:

That is, no two connections with the same client ID will be able to run concurrently.

Video Explainer (audio in Bangla): https://youtu.be/J-EV3GmWkuM

About

operations log demo using nats-streaming-server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages