Current state: Under Discussion
Discussion thread: here
JIRA: here
Pull Request:
Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).
Now the summary of stream-tread is record every two minutes, and not support close or update intervals.
When the kafka is running, this is absolutely unnecessary and even harmful since it fills the logs and thus storage space with unwanted and useless data.
New configuration in StreamsConfig
Name | Type | Importance | Default | Description |
|---|---|---|---|---|
| log.summary.interval.ms | Long | LOW | 2 * 60 * 1000L | This configuration item will control the output interval of summary information. If the configuration item value is less than 0, summary output will be disabled |
Adding a new configuration in StreamsConfig : log.summary.interval.ms, By setting this configuration item, users can customize the output frequency of summary log or disable summary log