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

Use thread cap only for deault value

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: