You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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
Describe the feature you're interested in
I'm thinking of 2 following options:
Describe alternatives you've considered
No response
Version you're running
56fa824
Additional context
Related code sections:
kafka-ui/kafka-ui-react-app/src/lib/constants.ts
Line 22 in 53a6553