Product Documentation

FairCom DB V12 Updates

Previous Topic

Next Topic

MQTT - Option for Replication Enable/Disable

Support has been added to the MQTT Persistence API for a new optional property: replicate.

replicate: true automatically makes the table eligible for replication (default: true). Note that it increases the resources usage by the server.

If the MQTT persistence API receives replicate: true, or it is not sent any value for replicate, the ctREPLICATEhdr option is added to its header after the table creation. If this property is received as FALSE, the table is regular. Note that if the table has this property, the whole record content is logged in the transaction log.

TOCIndex