Skip to content

abhirockzz/dapr-nats-pubsub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dapr and NATS pubsub

Dapr version 0.2.0 comes with a bunch of new components added to the runtime. One such component includes pubsub capability with NATS which is a Go based open source messaging system for cloud native applications, IoT messaging, and microservices architectures. This blog will provide a step-by-step walk through of how to use it.

We will deploy Dapr on Kubernetes (minikube) and use the NATS server at demo.nats.io:4222 for demonstration purposes.