abhishekagarwal87 commented on code in PR #14032:
URL: https://github.com/apache/druid/pull/14032#discussion_r1158495866


##########
docs/development/extensions-core/kafka-supervisor-reference.md:
##########
@@ -87,6 +87,8 @@ This topic contains configuration reference information for 
the Apache Kafka sup
 | `enabled` | If `true`, Kafka supervisor will become idle if there is no data 
on input stream/topic for some time. | no (default == false) |
 | `inactiveAfterMillis` | Supervisor is marked as idle if all existing data 
has been read from input topic and no new data has been published for 
`inactiveAfterMillis` milliseconds. | no (default == `600_000`) |
 
+> When the supervisor enters the idle state, no new tasks will be launched 
subsequent to the completion of the currently executing tasks. This strategy 
may lead to reduced costs for cluster operators while using topics that 
experience sporadic data.

Review Comment:
   ```suggestion
   > When the supervisor enters the idle state, no new tasks will be launched 
subsequent to the completion of the currently executing tasks. This strategy 
may lead to reduced costs for cluster operators while using topics that get 
sporadic data.
   ```



-- 
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