bcgov / openshift-aries-mediator-service

An Openshift deployment configuration of Hyperledger Aries Mediator Service
Apache License 2.0
4 stars 7 forks source link

Review persistent queue config for mediator instances #38

Closed WadeBarnes closed 5 months ago

WadeBarnes commented 6 months ago

Ensure all configuration settings are correct for an agent operating as a mediator.

mediator_mode: false should this be set to true? Docs suggest it should be true; https://github.com/hyperledger/aries-acapy-plugins/tree/main/redis_events#configuration

WadeBarnes commented 6 months ago

@jamshale had a look at the plugin code and confirmed mediator_mode should likely set to true. We'll need to test this out in dev and test to see what difference it makes and to ensure it works.