Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 585 Bytes

gateway-deduplication.md

File metadata and controls

14 lines (11 loc) · 585 Bytes
title summary component versions reviewed
Non-durable gateway deduplication persistence
Non-durable gateway persistence stores data in a non-durable manner
Gateway
[3.1,4.0)
2024-12-28

Caution

All information stored is discarded when the process ends. This can result in more-than-once message delivery.

The non-durable gateway deduplication persistence uses a least-recently-used (LRU) cache. By default this cache can contain up to 10,000 items. The maximum size can be changed using the following API:

snippet: NonDurableDeduplicationConfigurationCacheSize