ektravel commented on code in PR #14539: URL: https://github.com/apache/druid/pull/14539#discussion_r1261658469
##########
docs/development/extensions-core/kafka-supervisor-reference.md:
##########
@@ -204,7 +204,7 @@ The `tuningConfig` is optional and default parameters will
be used if no `tuning
| `indexSpec` | Object | Tune how data is
indexed. See [IndexSpec](#indexspec) for more information.
| no
|
| `indexSpecForIntermediatePersists`| | Defines segment storage
format options to be used at indexing time for intermediate persisted temporary
segments. This can be used to disable dimension/metric compression on
intermediate segments to reduce memory required for final merging. However,
disabling compression on intermediate segments might increase page cache use
while they are used before getting merged into final segment published, see
[IndexSpec](#indexspec) for possible values.
| no (default
= same as `indexSpec`)
|
| `reportParseExceptions` | Boolean | *DEPRECATED*. If true,
exceptions encountered during parsing will be thrown and will halt ingestion;
if false, unparseable rows and fields will be skipped. Setting
`reportParseExceptions` to true will override existing configurations for
`maxParseExceptions` and `maxSavedParseExceptions`, setting
`maxParseExceptions` to 0 and limiting `maxSavedParseExceptions` to no more
than 1.
| no (default == false)
|
-| `handoffConditionTimeout` | Long | Milliseconds to wait
for segment handoff. It must be >= 0, where 0 means to wait forever.
| no (default == 0)
|
+| `handoffConditionTimeout` | Long | Milliseconds to wait
for segment handoff. It must be >= 0, where 0 means to wait forever.
| no (default == 900000 [15
minutes])
|
Review Comment:
```suggestion
| `handoffConditionTimeout` | Long | Number of
milliseconds to wait for segment handoff. Set to a value >= 0, where 0 means to
wait indefinitely.
|
no (default == 900000 [15 minutes])
|
```
--
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]
