NATS Blog

Welcome to the NATS Blog! We have content from NATS Maintainers, end-users, and community contributors. We always appreciate outside contributions so if you would like to contribute a blog post, see our Contributor's Guide for more information.

Building a Data-Driven Healthcare Demo with NATS.io

DAVID GEE — June 26, 2023

We’re lucky to have partners and customers in healthcare and even luckier to have a team of highly skilled and talented software engineers. So when the challenge came along to build a meaningful demo for a Telehealth scenario, we couldn’t resist. No conversation on this topic would be complete without a sprinkle of AI or ML and so we posit that when used for good, these technologies can be applied to the preservation and quality of human life. Read more...

NATS Server 2.9.18 Release

BYRON RUTH — June 14, 2023

The NATS maintainers are happy to announce the 2.9.18 release ! We want to thank all of the people who contributed to this release through reporting issues and code contributions! If you are interested in contributing, please check out all the ways you can ! This release was a smaller one than the prior few, but there are still some key areas to cover, including: Process purge replay properly on startup Daisy-chained leafnodes losing interest Optimize KV get for large key spaces and small messages Remediate potential panic scenarios For the entirety of the improvements and fixes, check out the release notes . Read more...

Preview Release New JetStream Client API

TOMASZ PIETREK — June 12, 2023

Preview Release of the New JetStream Client API The NATS Maintainers at Synadia are excited to announce the preview release of the latest major improvement to the NATS client libraries - the new JetStream API. This is an important milestone to continue delivering developer-friendly, flexible, and comprehensive tooling for NATS. We’ve listened to your feedback and are confident this new API will simplify JetStream-related development and adoption. The two-week preview period, starting June 12, 2023, is an opportunity for you to try the new API and provide feedback to refine and polish the client APIs. Read more...

NATS Server 2.9.17 Release

BYRON RUTH — May 19, 2023

The NATS maintainers are proud to announce the 2.9.17 release ! We want to thank all of the people who contributed to this release! If you are interested in contributing, please check out all the ways you can ! The key areas this post will cover include: WebSocket transport truncation Health monitor improvements Leafnode fleet optimizations Monotonic time calculations For the entirety of the improvements and fixes, check out the release notes . Read more...

MongoDB NATS Connector

ANDREA DAMIANI — May 16, 2023

Data Synchronization Between Microservices With microservice architectures becoming the standard nowadays, it is a common need to extract data from your database to synchronize other downstream services. Consider a social network where you have a service that stores new posts in a MongoDB collection. You may want to notify other services when a post is created, perhaps so that you can save it on Redis for fast retrieval, or add it to Elastic for full text search queries. Read more...

Exploring NATS as a backend for k3s

BYRON RUTH — May 9, 2023

k3s is a lightweight Kubernetes distribution suitable for IoT and edge computing environments. One component k3s leverages is KINE , which is a shim enabling the replacement of etcd with alternate storage backends originally targeting relational databases. In April 2022, the v0.9.0 release of KINE introduced native support for NATS as a backend. In June 2022, the k3s v1.23.7+k3s1 release included this KINE version making it possible for k3s deployments to connect to an existing NATS system. Read more...

NATS Server 2.9.16 Release

BYRON RUTH — April 19, 2023

The NATS maintainers are very proud to announce the 2.9.16 release ! 🥳 This release brings another round of stability and performance improvements, leveraging our new quality engineering practices described in the 2.9.15 announcement post , and iterating directly with users having high-scale and latency-sensitive workloads. Given the positive feedback on the previous announcement post focusing on the higher-level impact of the changes, going forward all releases will have an announcement post! Read more...

NATS Server 2.9.15 Release

BYRON RUTH — March 3, 2023

Normally, the NATS maintainers do not publish a dedicated announcement for a patch release, but the 2.9.15 release of the NATS server has several significant stability and performance improvements worth highlighting, all driven by our new quality engineering process! 🥳 What does a patch release mean to NATS? And what are these new quality engineering processes? Release management At the beginning of 2023, the NATS maintainers drafted an end-to-end “release management” document which includes the policies and procedures used for each NATS server release, everything from initial scoping to communication of the release itself. Read more...

WunderGraph Cloud and JetStream

DUSTIN DEUS — February 1, 2023

WunderGraph At WunderGraph, we’re building an infra-less cloud for developers, meaning that we free developers from dealing with infrastructure. We believe a developer doesn’t need to be proficient in deploying and maintaining infrastructure to build a global SaaS. WunderGraph is here to make our life easier (We use WunderGraph to build WunderGraph Cloud ). It allows you to integrate data sources of different types like REST, GraphQL, and Databases into a unified representation (the Virtual Graph) to make the work with your API dependencies a pleasant experience. Read more...

Getting started with nats.ws

BYRON RUTH — November 28, 2022

For those relatively new to NATS, it may come as a surprise that the NATS server has native support for WebSockets ! What this means in practice, is that the NATS server binary is able to support direct WebSocket connections from the browser (or other clients) using it as a transport layer for the NATS protocol rather than raw TCP packets. In addition to server-side support, there is an official nats. Read more...