Messages are grouped and deduplicated using a unique index. It can be seen as a database, although we are trying to provide connectors with other scalable systems like AWS S3 or AWS DynamoDB.
Add entry to the storage.
Loads entries for groupId in chunks.
groupId
Loads groups in chunks.
Loads message payloads for the specificed entries.
Messages are grouped and deduplicated using a unique index. It can be seen as a database, although we are trying to provide connectors with other scalable systems like AWS S3 or AWS DynamoDB.