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

Allow users to specify a custom topic parameter (ie., local.retention.bytes) #4247

Open
2 tasks done
tobernguyen opened this issue Sep 18, 2023 · 3 comments · May be fixed by #4367
Open
2 tasks done

Allow users to specify a custom topic parameter (ie., local.retention.bytes) #4247

tobernguyen opened this issue Sep 18, 2023 · 3 comments · May be fixed by #4367
Labels
status/triage Issues pending maintainers triage type/feature A new feature

Comments

@tobernguyen
Copy link

Issue submitter TODO list

  • I've searched for an already existing issues here
  • I'm running a supported version of the application which is listed here and the feature is not present there

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:

  1. Add 2 new custom parameters:
  • remote.storage.enable
  • local.retention.ms
  • local.retention.bytes
  1. 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

56fa824

Additional context

Related code sections:

@tobernguyen tobernguyen added status/triage Issues pending maintainers triage type/feature A new feature labels Sep 18, 2023
@github-actions
Copy link

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
Copy link
Author

I'm thinking of 2 following options:

  1. Add 2 new custom parameters:
  • remote.storage.enable
  • local.retention.ms
  • local.retention.bytes
  1. 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.

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
Copy link

jelledv commented Oct 17, 2023

@tobernguyen Please make a PR 👍 This is the only UI tool that supports MSK IAM Auth + Glue schema registry with Avro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/triage Issues pending maintainers triage type/feature A new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants