-
-
Notifications
You must be signed in to change notification settings - Fork 282
Replace param on topics #1765
Copy link
Copy link
Open
Labels
area/topicsstatus/triage/completedAutomatic triage completedAutomatic triage completedstatus/triage/manualManual triage in progressManual triage in progresstype/bugSomething isn't workingSomething isn't working
Description
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
- Create any topics
- Change param (example local.segment.ms) through Offset Explorer or alter topics
- Change any param through kafbat-ui (example segment.ms)
- Check param (example local.segment.ms)
Screenshots
No response
Logs
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/topicsstatus/triage/completedAutomatic triage completedAutomatic triage completedstatus/triage/manualManual triage in progressManual triage in progresstype/bugSomething isn't workingSomething isn't working