Skip to content

Commit 4751173

Browse files
authored
Update index.tsx
1 parent 042edaa commit 4751173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/database/blogs/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ const blogs: Blog[] = [
168168
},
169169
{
170170
id: 16,
171-
title: "The Hidden Cost of Streaming Pipelines Nobody Talks About",
171+
title: "Why We Rolled Back Our Kafka Pipeline to Batch After 6 Months",
172172
image: "/img/blogs/batch-vs-stream-cover.png",
173173
description:
174174
"Streaming pipelines are powerful for real-time data processing, but they come with hidden costs that are often overlooked. These costs include increased complexity, higher resource consumption, and potential challenges in maintaining data consistency and reliability. This article explores these hidden costs and provides insights on how to mitigate them.",

0 commit comments

Comments
 (0)