Skip to content

Latest commit

 

History

History
149 lines (99 loc) · 1.31 KB

COMPOSE.md

File metadata and controls

149 lines (99 loc) · 1.31 KB

Composing example

if you curios what kind of command is executed, you can refer to this

Core NATS

Publish and Subscribe

make run-pub-sub
  • clean up
make stop-pub-sub

Fan In

make run-fan-in
  • clean up
make stop-fan-in

Fan Out

make run-fan-out
  • clean up
make stop-fan-out

Queue Load Balanced

make run-qlb
  • clean up
make stop-qlb

Request Replay

make run-req-rep
  • clean up
make stop-req-rep

JetStream NATS

Create data-stream Network

make data-network

Stream Setup

make run-stream-manager

Ephermeral

make run-ephermeral
  • clean up
make stop-ephermeral

Durable Push one sub

make run-durable-push-one
  • clean up
make stop-durable-push-one

Durable Push Load Balanced

make run-durable-push-lb
  • clean up
make stop-durable-push-lb

Durable Batch Processing

make run-durable-pull-batch
  • clean up
make stop-durable-pull-batch

Durable Delayed Messaging

make run-durable-push-delay
  • clean up
make stop-durable-push-delay

Clean up Jetstream

make stop-stream-manager
make rm-data-network