You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tdcolspan="2">The frequency in milliseconds with which to save the position (offsets in source topics) of tasks.</td>
300
+
<tdcolspan="2">The frequency in milliseconds with which to save the position (offsets in source topics) of tasks. Note that if exactly-once processing is enabled, then the default changes to <codeclass="docutils literal"><spanclass="pre">100</span></code></td>
<trclass="row-odd"><td>default.deserialization.exception.handler (Deprecated. Use deserialization.exception.handler instead.)</td>
304
304
<td>Medium</td>
305
305
<tdcolspan="2">Exception handling class that implements the <codeclass="docutils literal"><spanclass="pre">DeserializationExceptionHandler</span></code> interface.</td>
<tdcolspan="2">The frequency in milliseconds with which to delete fully consumed records from repartition topics. Purging will occur after at least this value since the last purge, but may be delayed until later.
497
+
(Note, unlike <codeclass="docutils literal"><spanclass="pre">commit.interval.ms</span></code>, the default for this value remains unchanged when <codeclass="docutils literal"><spanclass="pre">processing.guarantee</span></code> is set to <codeclass="docutils literal"><spanclass="pre">exactly_once_v2</span></code>)</td>
<tdcolspan="2">A task assignor class or class name implementing the <code>TaskAssignor</code> interface.</td>
518
523
<td>Thehigh-availabilitytaskassignor.</td>
519
524
</tr>
520
-
<trclass="row-even"><td>task.timeout.ms</td>
525
+
<trclass="row-odd"><td>task.timeout.ms</td>
521
526
<td>Medium</td>
522
527
<tdcolspan="2">The maximum amount of time in milliseconds a task might stall due to internal errors and retries until an error is raised. For a timeout of <code>0 ms</code>, a task would raise an error for the first internal error. For any timeout larger than <code>0 ms</code>, a task will retry at least once before an error is raised.</td>
<tdcolspan="2">A configuration telling Kafka Streams if it should optimize the topology and what optimizations to apply. Acceptable values are: <code>StreamsConfig.NO_OPTIMIZATION</code> (<code>none</code>), <code>StreamsConfig.OPTIMIZE</code> (<code>all</code>) or a comma separated list of specific optimizations: <code>StreamsConfig.REUSE_KTABLE_SOURCE_TOPICS</code> (<code>reuse.ktable.source.topics</code>), <code>StreamsConfig.MERGE_REPARTITION_TOPICS</code> (<code>merge.repartition.topics</code>),
0 commit comments