Skip to content

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

Open
@tobernguyen

Description

@tobernguyen

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:

Activity

github-actions

github-actions commented on Sep 18, 2023

@github-actions

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

tobernguyen commented on Sep 19, 2023

@tobernguyen
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

jelledv commented on Oct 17, 2023

@jelledv

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

mattiamatrix

mattiamatrix commented on Feb 3, 2025

@mattiamatrix

Hello, any updates here?

Haarolean

Haarolean commented on Feb 4, 2025

@Haarolean
Contributor

Hello, any updates here?

the repo is not maintained, project has been moved to another repo
#4255 -> https://github.com/kafbat/kafka-ui

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @Haarolean@mattiamatrix@tobernguyen@jelledv

      Issue actions

        Allow users to specify a custom topic parameter (ie., `local.retention.bytes`) · Issue #4247 · provectus/kafka-ui