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: Under DiscussionAccepted
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).
...
Public Interfaces
New configuration optionsin 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
...
- log.summary.interval.ms is set to 2*60*1000 by 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
Rejected Alternatives
...