DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
- Status
- Motivation
- Public Interfaces
- Proposed Changes
- Compatibility, Deprecation, and Migration Plan
- Rejected Alternatives
Status
Current state: DraftUnder Discussion
Discussion thread:
JIRA: here
...
Now the summary of stream-tread is recard record every two minutes, and not support close or update intervals. When
When the kafka is running
This running, this is absolutely unnecessary and even harmful since it fills the logs and thus storage space with unwanted and useless data.
...
Adding a new configuration otion , log.summary.interval.ms, By setting this configuration item, users can customize the output frequency of summary log or disable summary log
...
- log.summary.interval.ms is set to 2*60*1000 by default,This default,this is the same value as the current version then the will not affect any existing functionality, This value will only be valid if the user explicitly sets it
...
- add a new configuration log.summary.interval.switch switch to control if enable summary log
- add a new configuration log.summary.interval.ms to control the output interval of summary log