You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »


NOTE:

  • DataSync agent will only run with Java 11 and greater.
  • A DataSync agent can only point to a single database across all its tasks. This is to prevent issues with data from one Agent being saved to multiple targets.  
  • All tasks must have a unique queue. That is, no queue can be used in more than one task. This is to prevent race conditions that lead to a discrepancy of data. 

Version 

Release Date: TBD

Enhancements

Additional debugging logs added when the agent sees the connection or statement is closed. 

Agent can now be configured to process and save attachments locally or to a cloud service (Amazon, Google, and Azure).

A Delete column is now included to show the delete date/time for a deleted record.

Agent now restricts one queue per task in the agent.xml.

Agent is now restricted to point to a single database across all its tasks.

Agent has been updated to only send counter messages for records shared by the instance.

Removed Snowflake as a database option when configuring the agent.  The Snowflake meshlet should be used for improved performance.

Bug Fixes

Tasks without instances attribute defined will now get counted in the total number of threads. 

IODateTimePlugin inserts will no longer have a null insert time. 

Re-queued delete messages will no longer throw decryption error.