Categories
NodeJS

NestJS Shared Module Example – Monorepo Setup

This article is the third article of the series “NodeJS Microservices with NestJS, Kafka and Kubernetes,” and it will explore the concepts of code reusability and code versioning while creating a NestJS Shared Module. To follow the coding part it is necessary to clone the https://github.com/thiagotigaz/microservices-nestjs-k8 repository containing the code produced in the first two […]

Categories
Docker Kafka NodeJS

NodeJS Microservices with NestJS, Kafka, and Kubernetes

This is the second post in the “NodeJS Microservices with NestJS, Kafka, and Kubernetes” series, and we’ll build up the second application called microservices. The microservices application will connect to a Kafka cluster to consume the records pushed to a Kafka topic by the api application. Before we begin, make sure you have a working […]