Add Asynchronous Messaging to NestJS With Apache Pulsar
Michael Guay walks through wiring Apache Pulsar into a NestJS application so it can handle asynchronous messaging without sacrificing scalability or reliability.
What's Covered
- Integrating Apache Pulsar with a NestJS codebase
- Structuring messaging so the system scales and stays reliable under load
- Deploying the resulting system in Kubernetes so it's ready for production