---
title: "Building Real-time Applications with Amplication and Kafka"
url: https://daily.dev/posts/building-real-time-applications-with-amplication-and-kafka-uisnyfkkn
source_url: https://amplication.com/blog/building-real-time-applications-with-amplication-and-kafka
type: article
source: "Amplication"
author: "Muly Gottlieb"
published: 2023-11-14T09:08:26.965Z
updated: 2023-11-15T06:00:06.714Z
tags: ["nodejs", "architecture", "backend", "kafka", "microservices", "amplication"]
reading_time: 11
upvotes: 47
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Building Real-time Applications with Amplication and Kafka

**[Amplication](https://daily.dev/sources/amplication)** · [@mulyg](https://daily.dev/mulyg) · 11 min read · 47 upvotes · 1 comments

## Summary

This article discusses the importance of real-time communication in modern applications and introduces Kafka as a tool for building real-time systems. It explains the components of Kafka and how it works on a publish-subscribe model. The article then demonstrates how to build an application with Kafka using Amplication, a platform that generates production-ready backend services. It provides step-by-step instructions for setting up an Amplication project, creating entities, adding a message broker and topics, configuring microservices, and adding custom Kafka communication logic. The article also highlights the benefits of using Amplication to speed up microservice development and ensure seamless event-driven communication.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://amplication.com/blog/building-real-time-applications-with-amplication-and-kafka>

## Community discussion

Top comments from developers on daily.dev.

**@otmane** · 0 upvotes

> nice

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#nodejs](https://daily.dev/tags/nodejs), [#architecture](https://daily.dev/tags/architecture), [#backend](https://daily.dev/tags/backend), [#kafka](https://daily.dev/tags/kafka), [#microservices](https://daily.dev/tags/microservices), [#amplication](https://daily.dev/tags/amplication)

[View this post on daily.dev](https://daily.dev/posts/building-real-time-applications-with-amplication-and-kafka-uisnyfkkn)
