Configuring threads

In the integration plugin, multithread architecture is used for bulk data processing. You can configure the processing threads to enhance the performance and expedite the execution. You can specify the number of threads for data migration and for change event processing.

  1. Open the <IntegrationPlugin path>/resources/config/plugin.properties file.
  2. Based on your requirements, configure the following properties:
    • migrationThreadPoolSize = <Number of threads for processing data migration>
    • changeEventThreadPoolSize = <Number of threads for processing change event updates>
  3. Restart the plugin.