Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 577 Bytes

gateway-deduplication.md

File metadata and controls

13 lines (10 loc) · 577 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)
2019-12-17

DANGER: 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