Implementing Messaging with NATS JetStream
Learn about NATS, JetStream for durable streams, and enhancing asynchronous communication through dedicated am and jetstream packages.
What is NATS?
NATS is a very popular messaging broker that supports subject-based messaging and publish-subscribe (pub-sub). Core NATS also supports load-balanced queue groups, so the competing consumer pattern can be used to scale up for higher message processing rates. It does not support, at least at the time of writing this course, partitioned queues.
Get hands-on with 1400+ tech skills courses.