Skip to content

Replace param on topics #1765

@WeSTManCoder

Description

@WeSTManCoder

Issue submitter TODO list

  • I've looked up my issue in FAQ
  • I've searched for an already existing issues here
  • I've tried running main-labeled docker image and the issue still persists there
  • I'm running a supported version of the application which is listed here

Describe the bug (actual behavior)

I have custom parameters set for a topic using example Offset Explorer.
When I change any parameter topics using kafbat-ui, the custom parameters are overwritten and reset to the cluster's default value.

Please correct it

Expected behavior

No response

Your installation details

kafbat-ui version is 1.4.2
kafbat-ui chart: 1.6.2

values:
yamlApplicationConfig:
kafka:
clusters:
- bootstrapServers: kafka:9092
name: S3-TEST
properties:
security.protocol: SASL_PLAINTEXT
sasl.mechanism: PLAIN
sasl.jaas.config: org.apache.kafka.common.security.plain.PlainLoginModule required
username="kafka-user" password="password";
readOnly: false
auth:
type: disabled
management:
health:
ldap:
enabled: false

Steps to reproduce

  1. Create any topics
  2. Change param (example local.segment.ms) through Offset Explorer or alter topics
  3. Change any param through kafbat-ui (example segment.ms)
  4. Check param (example local.segment.ms)

Screenshots

No response

Logs

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions