obsidiandynamics / kafdrop

Kafka Web UI
Apache License 2.0
5.47k stars 835 forks source link

Create Topic & manage ACLs via kafdrop #37

Closed MrMoronIV closed 4 years ago

MrMoronIV commented 4 years ago

I'm probably asking the obvious here, but are there are any plans to support creating topics and manage ACL rules or even zookeeper users (SCRAM)?

It seems to be the last missing piece in managing a kafka cluster :)

ekoutanov commented 4 years ago

Yes it would be nice. However, I'm a little short on time at the moment. Always looking for new contributors :)

ekoutanov commented 4 years ago

Both are now done.

harshamehra commented 4 years ago

Both are now done.

I have a question, does this project currently has the ability to add ACL's ?

ekoutanov commented 4 years ago

No, but it would be an awesome feature to have. Wanna give it a crack?

harshamehra commented 4 years ago

Sure , I did add ACL's fairly new to Kafka but I feel we need to implement the feature for adding Users as well ? I can probably work on it and raise a PR sounds good ?

ekoutanov commented 4 years ago

Sounds good indeed. Essentially we need a form to be able to add literal and prefix-bases ACLs to arbitrary entities.