Record Recovery Configuration
Record Recovery Configuration Properties describes the properties available for ASN.1 sFTP Sink application record recovery.
Property | Description |
---|---|
sftp.internal.recovery.enabled | When set to true , record recovery mode is enabled,
and metadata files are created and stored. The default value is
false . |
sftp.internal.recovery.path | The path in ASN.1 sFTP Sink persistent storage where metadata files
are exported. The default value is
/opt/mtx/recovery. Do not use the same path
used for exporting records (as specified in
sftp.internal.uploader.path ). |
sftp.internal.recovery.recoveryGroupID | The unique identifier for the consumer group used in the MOD_CONTINUE
and MOD_CONTINUE_GLOBAL jobs. The default value is
recoverysinkgroup1 . |
sftp.internal.recovery.prefix | The string used as a prefix for metadata file names. The default
value is RCVR- . |
The following is an ASN.1 sFTP Sink configuration example with record recovery enabled and configured:
asn1-sftp-sink:
# Enabled
enabled: true
# The logging level that theASN.1 sFTP Sink application should use (i.e. debug, error, warn, info, off)
logging:
level: debug
recovery:
enabled: true
path: /opt/mtx/recovery