Techno Blender
Digitally Yours.
Browsing Tag

NestJS

How to Consume Kafka Messages With NestJS

Too Long; Didn't ReadKafka is a message broker in which some services generate messages and others receive them. In this article we will write a small application for consuming messages from kafka. And of course e2e tests. First we need to create a controller that will process messages. Then run the microservices in the main services in the NestJs framework. Too Long; Didn't ReadKafka is a message broker in which some services generate messages and others receive them. In this article we will write a small application…