AmatyaAvadhanula commented on code in PR #12792:
URL: https://github.com/apache/druid/pull/12792#discussion_r937370186


##########
docs/development/extensions-core/kinesis-ingestion.md:
##########
@@ -300,7 +300,6 @@ The `tuningConfig` is optional. If no `tuningConfig` is 
specified, default param
 |`recordBufferSize`|Integer|Size of the buffer (number of events) used between 
the Kinesis fetch threads and the main ingestion thread.|no (default == 10000)|
 |`recordBufferOfferTimeout`|Integer|Length of time in milliseconds to wait for 
space to become available in the buffer before timing out.| no (default == 
5000)|
 |`recordBufferFullWait`|Integer|Length of time in milliseconds to wait for the 
buffer to drain before attempting to fetch records from Kinesis again.|no 
(default == 5000)|
-|`fetchSequenceNumberTimeout`|Integer|Length of time in milliseconds to wait 
for Kinesis to return the earliest or latest sequence number for a shard. 
Kinesis will not return the latest sequence number if no data is actively being 
written to that shard. In this case, this fetch call will repeatedly timeout 
and retry until fresh data is written to the stream.|no (default == 60000)|

Review Comment:
   It is ignored. (Just like any parameter which isn't relevant in the payload, 
if at all)



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