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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions