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

Support TS and AlterConfig for kafka_internal topics #16795

Closed
daisukebe opened this issue Feb 29, 2024 · 0 comments · Fixed by #16797
Closed

Support TS and AlterConfig for kafka_internal topics #16795

daisukebe opened this issue Feb 29, 2024 · 0 comments · Fixed by #16797
Labels
area/transactions kind/enhance New feature or request

Comments

@daisukebe
Copy link
Contributor

Who is this for and what problem do they have today?

In a transaction heavy environment, kafka_internal/tx tends to grow and eats the disk space.

What are the success criteria?

  • Support TS for the internal topics
  • Make the topic conf live updatable

Why is solving this problem impactful?

If we support Tiered Storage for the internal topics, it will save the disk space much. Besides, having an ability being able to live-update the topic properties helps operations in the field. Currently we have a cluster wide config transaction_coordinator_delete_retention_ms but it applies only upon the topic creation.

Additional notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/transactions kind/enhance New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant