Manabie Tech Blog

Sharing the humble technical knowledge we’re using to improve education

Set up NATS multi-tenant in golang

In this blog post, we will learn how to set up NATS Multi-tenancy in golang. NATS-Jetstream NATS has a built-in distributed persistence system called Jetstream which features new functionalities and higher qualities of service on top of the base Core NATS functionalities and qualities of service. Jetstream was created to solve the problems identified with streaming technologies today. Some technologies address these better than others, but no current streaming technology is truly multi-tenant, horizontally scalable,… Today I just talk how we can set up NATS multi-tenancy in golang. Read more →