Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-7763

Use thread cap only for deault value

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 2.7.0.Alpha1
    • 2.6.0.Final
    • embedded-engine
    • None

      Currently thread cap of 16 is applied to record.processing.threads, unless AVAILABLE_CORES is provided. Allow the user to configure whatever number of processing threads he wants. It should work as follows:

      • if the record.processing.threads is specified, the value provided by the user is used
      • if the record.processing.threads option is not specified, the default value of Math.min(16, AVAILABLE_CORES) is used.

              vjuranek@redhat.com Vojtech Juranek
              vjuranek@redhat.com Vojtech Juranek
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: