log4j.logger.org.apache.kafka.streams.processor.internals.StateDirectory=ALL
StateDirectory
StateDirectory is…FIXME
StateDirectory uses state.dir and application.id configuration properties for the location of the state store.
|
Note
|
state.dir configuration property defaults to /tmp/kafka-streams.
|
|
Tip
|
Enable Add the following line to Refer to Application Logging Using log4j. |
cleanRemovedTasks Method
void cleanRemovedTasks(final long cleanupDelayMs) (1)
// private
private void cleanRemovedTasks(
final long cleanupDelayMs,
final boolean manualUserCall) throws Exception
-
Turns the
manualUserCallflag off
cleanRemovedTasks…FIXME
|
Note
|
cleanRemovedTasks is used when…FIXME
|
Creating StateDirectory Instance
StateDirectory takes the following when created:
StateDirectory initializes the internal registries and counters.