tejaswini-imply commented on code in PR #13311:
URL: https://github.com/apache/druid/pull/13311#discussion_r1016228195
##########
indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/supervisor/SeekableStreamSupervisor.java:
##########
@@ -804,6 +805,23 @@ public SeekableStreamSupervisor(
: Math.min(10, this.ioConfig.getTaskCount() *
this.ioConfig.getReplicas()));
}
+ IdleConfig specIdleConfig = spec.getIoConfig().getIdleConfig();
+ if (specIdleConfig != null) {
+ if (specIdleConfig.getInactiveAfterMillis() != null) {
Review Comment:
That is not done deliberately since KinesisSupervisor should not go idle
when cluster-level config is enabled. It can be done with KinesisSupervisor PR.
--
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]