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

feat(SchemaTree): add actions for topic #507

Merged
merged 3 commits into from
Aug 15, 2023
Merged

feat(SchemaTree): add actions for topic #507

merged 3 commits into from
Aug 15, 2023

Conversation

krosy1337
Copy link
Contributor

No description provided.

@krosy1337 krosy1337 marked this pull request as ready for review August 11, 2023 12:50
Comment on lines 69 to 70
retention_storage_mb = 1, -- Limit on the maximum disk space occupied by the topic data. When this value is exceeded,
-- the older data is cleared, like under a retention policy. 0 is interpreted as unlimited.
Copy link
Member

Choose a reason for hiding this comment

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

It's better to split by sentences. So -- When this value is exceeded, the older data is ...

Comment on lines 89 to 90
retention_storage_mb = 10, -- Limit on the maximum disk space occupied by the topic data. When this value is exceeded,
-- the older data is cleared, like under a retention policy. 0 is interpreted as unlimited.
Copy link
Member

Choose a reason for hiding this comment

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

It's better to split by sentences

-- When this value is exceeded, the older data is cleared, like under a retention policy.
-- 0 is interpreted as unlimited.

src/containers/Tenant/utils/schemaActions.ts Show resolved Hide resolved
@krosy1337 krosy1337 merged commit 6700136 into main Aug 15, 2023
4 checks passed
@krosy1337 krosy1337 deleted the add-create-topic branch August 15, 2023 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants