Stwissel / vertx-sfdc-platformevents

Salesforce Platform Events Client for vert.x integration
Apache License 2.0
8 stars 2 forks source link

Deduplication of messages required #34

Closed Stwissel closed 6 years ago

Stwissel commented 6 years ago

When a queue restarts or multiple concurrent listeners receive the same message, we need to ensure that we don't have any duplicate messages provided to the consumer.

Have an implementation that does that in memory and can be overwritten in another module with a central key value store

Stwissel commented 6 years ago

Redis operational in its own package