Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Allow user to Delete a topic #11

Open
BadalZ opened this issue Oct 30, 2018 · 4 comments
Open

Allow user to Delete a topic #11

BadalZ opened this issue Oct 30, 2018 · 4 comments
Assignees
Labels

Comments

@BadalZ
Copy link

BadalZ commented Oct 30, 2018

Add a Delete button to lauscher app which should allow user to delete a topic.

User should be asked for confirmation before delete to prevent deleting a topic by mistake.

@BadalZ BadalZ assigned BadalZ and callmekatootie and unassigned BadalZ Nov 20, 2018
@BadalZ
Copy link
Author

BadalZ commented Nov 20, 2018

hi @callmekatootie will you able to check this trivial task? We just want to have a delete button for deleting a topic.

@callmekatootie
Copy link
Collaborator

So, we would need to:

  • check if the logged in user is an admin user (has role "admin")
  • provide a button for such a user to delete the selected topic

Does that sound right?

@callmekatootie
Copy link
Collaborator

I did a quick search and it appears that we may not be able to provide this feature - I think it can only be done using kafka's management interface, if any / CLI. I'll look further but it seems unlikely

@callmekatootie
Copy link
Collaborator

It seems like its now supported, although not by the kafka module that we are using.

example

Let me know if the issue is important enough for us to change which kafka module we are using and I'll get that working

Alternatively, it looks like we have kafka-tools that can be used to delete topics.

Let me know which approach works best

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants