| Crates.io | affinidi-messaging-mediator-processors |
| lib.rs | affinidi-messaging-mediator-processors |
| version | 0.10.8 |
| created_at | 2025-02-13 06:42:37.312885+00 |
| updated_at | 2025-09-06 10:55:05.087048+00 |
| description | Affinidi Messaging Mediator Processors |
| homepage | https://affinidi.com/ |
| repository | https://github.com/affinidi/affinidi-tdk-rs |
| max_upload_size | |
| id | 1553862 |
| size | 200,761 |
Tasks that can be run as a parallel task within the Mediator, or run externally as a stand-alone service.
This provides scalability by being able to distribute heavy tasks away from the core Mediator functionality
Cleans up expired messages by removing them from the database based on expiry headers
Handles the routing/forwarding of a DIDComm message to a 3rd party Mediator/DIDComm-Agent This is a work in progress
As each processor can be either a binary or a library, the file layout can be confusing.
processor - contains specific code for each processorprocessor - contains the binary code to launch the processor as a standalone binary executableprocessor.toml - contains the configuration for each processor