Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pulsar-broker] Add support of default ttl for namespace #3898

Merged
merged 1 commit into from
Mar 26, 2019

Conversation

rdhabalia
Copy link
Contributor

Motivation

We need default ttl for the namespace when pulsar cluster has lower data-storage capacity at bookie and client is trying to retain more data in the system. In such cases, bookie disk gets 100% full which require manual process to bring them up. So, we want broker to apply default ttl if ttl is not configured as part of namespace policies.
set ttlDurationDefaultInSeconds=0 to disable this feature.

@rdhabalia rdhabalia added this to the 2.4.0 milestone Mar 25, 2019
@rdhabalia rdhabalia self-assigned this Mar 25, 2019
Copy link
Contributor

@merlimat merlimat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants