docs: update backpressure description

This commit is contained in:
Ilkka Seppälä
2025-04-12 15:09:24 +03:00
parent 32c9031fcd
commit ce2e5f75d8
22 changed files with 77 additions and 173 deletions
+1 -4
View File
@@ -2,13 +2,10 @@
title: "Idempotent Consumer Pattern in Java: Ensuring Reliable Message Processing"
shortTitle: Idempotent Consumer
description: "Learn about the Idempotent Consumer pattern in Java. Discover how it ensures reliable and consistent message processing, even in cases of duplicate messages."
category: Messaging
category: Structural
language: en
tag:
- Messaging
- Fault tolerance
- Event-driven
- Reliability
---
## Also known as