Record Buffer

Record Buffer Configuration Properties describes properties for configuring the record buffer.

Table 1. Record Buffer Configuration Properties
Property Description
sftp.internal.buffer.path The internal path where record buffer and meta data is stored. The default value is /opt/mtx/data/buffer.
sftp.internal.buffer.heartbeat The interval in seconds for checking whether the buffer should be closed and a file exported. This is used primarily for time-based closure conditions that are independent of events arriving. The default value is 20.
sftp.internal.buffer.info.filename The name of the temporary file for information about the current record buffer. The default value is record-info.bin.
sftp.internal.buffer.records.filename The name of of the temporary file for the records currently being processed. The default value is record-buffer.bin.
sftp.internal.buffer.info.serialization The minimum time in seconds between serializing record information to disk for high record volume. The default value is 10.