The Tester Connector
A Tester connector has been implemented for local development and demo purposes. No need to set up any external system!
By default, the tester mirrors back documents on translation request after 10 seconds, using a translation event that a backend service listens to. It will prepend the value of any single string property with "[MIRRORED TO <language>]".
To set up the Tester connector, set this property in the repository:
/hippo:configuration/hippo:modules/translation-services-daemon/hippo:moduleconfig/translationsaddon:connector/className= com.bloomreach.cms.translations.connector.tester.TesterTranslationConnector
Configuration at the translationsaddon:connector node:
Property | Default value | Description |
tester.mirror.wait.seconds | 10 | Number of seconds to wait before mirroring a document back. If multiple languages are requested, it will wait the same number of seconds between the multiple mirroring actions. If the value is less than 0, mirroring is disabled. |
tester.cancellation.supported |
true | Does the connector support cancellations, so the dashboard shows Cancel/Re-submit actions. |