/dapr-nats-pubsub

NATS pubsub with Dapr on Kubernetes

Primary LanguageGo

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.