Skip to content
Tag10 articles

Kafka

Everything on CoreConcept tagged with Kafka. Explore related tags below.

Related tags

Articles

Decoupling microservices using Event-Driven Architecture (EDA) requires choosing an asynchronous messaging backbone. Engineers evaluate three distinct messaging

Aug 1, 20263 min read
Read

Checkout hangs because payment is slow — and the order service is blocked waiting on a synchronous call. Event-driven architecture breaks that chain: a service

Jul 4, 20265 min read
Read

Asynchronous messaging decouples services in time — producers send without waiting for consumers. Kafka is a distributed event log for high-throughput streams a

Jul 4, 20264 min read
Read

An invoicing consumer reads InvoiceApproved from a queue, calls the payment processor to charge the card, and commits its offset. The broker redelivers the mess

Jul 21, 20266 min read
Read

A consumer service scales from two instances to eight expecting throughput to climb accordingly — instead, six of the eight sit idle while the same two partitio

Jul 21, 20267 min read
Read

Tight coupling in REST and gRPC microservice architectures creates cascading service failures. If an Order Service calls payment, inventory, and notification HT

Aug 5, 20264 min read
Read

Modern digital applications generate massive streams of user event logs, IoT sensor metrics, and financial clickstreams. Processing billions of event records pe

Aug 3, 20269 min read
Read

Modern data applications — such as financial fraud detection, real-time ride-share pricing, and live IoT anomaly detection — demand sub-second analytical proces

Aug 3, 20269 min read
Read

Apache Kafka revolutionized event streaming by implementing a append-only distributed log model where message ordering is guaranteed within partition topic logs

Aug 4, 20269 min read
Read

Modern data platforms require real-time processing of high-volume event streams for fraud detection, real-time analytics dashboards, and automated alerting. Tra

Aug 6, 20264 min read
Read

Want a curated collection instead? Topic hubs group the best content by subject.

Browse Topics