Open
Description
Issue submitter TODO list
Is your proposal related to a problem?
We are using MSK (AWS Kafka) with Tiered storage. In order to use tiered storage, we need to set this config during topic creation, which is not currently supported by kafka-ui
remote.storage.enable = true
local.retention.ms = 600000
Describe the feature you're interested in
I'm thinking of 2 following options:
- Add 2 new custom parameters:
- remote.storage.enable
- local.retention.ms
- local.retention.bytes
- Allow the user to specify a "real" custom parameter. Basically, we allow users to enter whatever param name and value they want. I think this will make kafka-ui future-proof because there will be more topic configs in the future.
Describe alternatives you've considered
No response
Version you're running
Additional context
Related code sections:
- UI code to define available custom params:
- e2e test code for the UI: https://github.com/provectus/kafka-ui/blob/53a6553765a806eda9905c43bfcfe09da6812035/kafka-ui-e2e-checks/src/main/java/com/provectus/kafka/ui/pages/topics/enums/CustomParameterType.java
- API Code: https://github.com/provectus/kafka-ui/blob/53a6553765a806eda9905c43bfcfe09da6812035/kafka-ui-api/src/main/java/com/provectus/kafka/ui/model/InternalTopic.java
Activity
github-actions commentedon Sep 18, 2023
Hello there tobernguyen! 👋
Thank you and congratulations 🎉 for opening your very first issue in this project! 💖
In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀
tobernguyen commentedon Sep 19, 2023
I have implemented the first option for my own use. Please let me know if you want me to open a PR to contribute back to the upstream: master...tobernguyen:kafka-ui:add_topic_params_msk_tiered_storage
jelledv commentedon Oct 17, 2023
@tobernguyen Please make a PR 👍 This is the only UI tool that supports MSK IAM Auth + Glue schema registry with Avro
mattiamatrix commentedon Feb 3, 2025
Hello, any updates here?
Haarolean commentedon Feb 4, 2025
the repo is not maintained, project has been moved to another repo
#4255 -> https://github.com/kafbat/kafka-ui