kfaraz commented on code in PR #18163:
URL: https://github.com/apache/druid/pull/18163#discussion_r2161662164


##########
extensions-core/kafka-indexing-service/src/test/java/org/apache/druid/indexing/kafka/supervisor/KafkaSupervisorTest.java:
##########
@@ -5209,6 +5283,97 @@ private void addMoreEvents(int numEventsPerPartition, 
int num_partitions) throws
     }
   }
 
+  private KafkaSupervisorTuningConfig getTuningConfig()
+  {
+    return getTuningConfig(null);
+  }
+
+  /**
+   * Use this method to create a {@link KafkaSupervisorTuningConfig} with 
custom thread count.
+   *
+   * @param threadCount the number of threads to use, or null to imitate 
default settings.
+   */
+  private KafkaSupervisorTuningConfig getTuningConfig(@Nullable Integer 
threadCount)

Review Comment:
   ```suggestion
     private KafkaSupervisorTuningConfig 
createTuningConfigWithWorkerThreads(@Nullable Integer numWorkerThreads)
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to