abhishekagarwal87 commented on a change in pull request #10761:
URL: https://github.com/apache/druid/pull/10761#discussion_r568361869



##########
File path: docs/development/extensions-core/kafka-ingestion.md
##########
@@ -197,7 +197,7 @@ The tuningConfig is optional and default parameters will be 
used if no tuningCon
 | `chatRetries`                     | Integer        | The number of times 
HTTP requests to indexing tasks will be retried before considering tasks 
unresponsive.                                                                   
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                       | no (default == 8)      
                                                                                
      |
 | `httpTimeout`                     | ISO8601 Period | How long to wait for a 
HTTP response from an indexing task.                                            
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                             | no (default == PT10S)            
                                                                            |
 | `shutdownTimeout`                 | ISO8601 Period | How long to wait for 
the supervisor to attempt a graceful shutdown of tasks before exiting.          
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                               | no (default == PT80S)          
                                                                              |
-| `offsetFetchPeriod`               | ISO8601 Period | How often the 
supervisor queries Kafka and the indexing tasks to fetch current offsets and 
calculate lag.                                                                  
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                         | no (default == 
PT30S, min == PT5S)                                                             
              |
+| `offsetFetchPeriod`               | ISO8601 Period | How often the 
supervisor queries Kafka and the indexing tasks to fetch current offsets and 
calculate lag. If value provided by user is below the minimum value (`PT5S`), 
user provided value is ignored and minimum value is used instead.               
                                                                                
                                                                                
                                                                                
                                                                                
                                                           | no (default == 
PT30S, min == PT5S)                                                             
              |

Review comment:
       suggestion on suggestion --> :) 
   "the the" -> "the"




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to