Wizard: KSQL config isn't saved #955
Labels
area/wizard
UI configuration wizard issues
good first issue
Up for grabs
scope/frontend
Related to frontend changes
status/triage/completed
Automatic triage completed
type/bug
Something isn't working
Issue submitter TODO list
main
-labeled docker image and the issue still persists thereDescribe the bug (actual behavior)
Given a
config.yml
written like so (information anonymized):When editing this cluster's configuration within Kafbat-UI, we open up the ksqlDB and metrics sections, and confirm that these are populated:
We hit Submit. We come back to the configuration, and now the ksqlDB and metrics configurations are blank:
If we open
config.yml
at this point, we find that it has changed as follows:Subsequent attempts at using the Config interface persists and then removes the metrics settings in alternance. The ksqlDB settings are never persisted at all.
The only way to keep our configs intact right now is to directly edit the
config.yml
file and then restart the docker container.Expected behavior
The ksqlDB and Metrics settings should reliably persist when editing a cluster's configuration within KafbatUI.
Your installation details
Steps to reproduce
Screenshots
No response
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: