Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete consumer group does not delete it unless the user clicks on Save #35

Open
Bachibouzouk opened this issue Sep 29, 2023 · 1 comment
Assignees
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@Bachibouzouk
Copy link

On the demand view when the user deletes a consumer group, we should directly update the timeseries in DB (right now if the user quits the page and come back the deleted consumer pops back, only if the user clicks on save after delete is the consumer group deleted)

@paulapreuss
Copy link
Collaborator

i think this will stop being a problem when solving #72 so that the consumer groups are saved when clicking on a different ribbon. If we implement it to delete directly in the DB it will bring new problems since the dynamic elements like the graph work by hiding the traces instead of deleting them directly and they are dependent on the order/index of consumer groups not changing (unless the entire page is realoaded so that the graph is constructed from scratch)

@paulapreuss paulapreuss added the wontfix This will not be worked on label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants