kfaraz commented on code in PR #18163:
URL: https://github.com/apache/druid/pull/18163#discussion_r2161661423
##########
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.
Review Comment:
```suggestion
* Creates a {@link KafkaSupervisorTuningConfig} with the given number of
worker threads.
```
--
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]