https://github.com/abhirockzz/dapr-nats-pubsub
NATS pubsub with Dapr on Kubernetes
https://github.com/abhirockzz/dapr-nats-pubsub
dapr go kubernetes nats
Last synced: 6 months ago
JSON representation
NATS pubsub with Dapr on Kubernetes
- Host: GitHub
- URL: https://github.com/abhirockzz/dapr-nats-pubsub
- Owner: abhirockzz
- Created: 2019-11-19T10:53:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T13:16:38.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T00:24:33.814Z (7 months ago)
- Topics: dapr, go, kubernetes, nats
- Language: Go
- Homepage: https://dev.to/azure/how-to-connect-dapr-applications-using-nats-pubsub-gd9
- Size: 7.2 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Dapr and NATS pubsub
[Dapr version 0.2.0](https://github.com/dapr/dapr/blob/master/docs/release_notes/v0.2.0.md) comes with a bunch of [new components added to the runtime](https://github.com/dapr/dapr/blob/master/docs/release_notes/v0.2.0.md#dapr-runtime). One such component includes pubsub capability with [NATS](https://nats.io/) which is a [Go based](https://golang.org/) 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.
