kafka-web-console
kafka-web-console copied to clipboard
Fixes #36. Fixes #30.
There's been an issue with web-console-consumer-XXXX nodes not being deleted after you leave a topic's page. I changed how the function was calling delete on the nodes so that it doesn't trigger an eventThread shutdown prior to the delete completing on the parent node. Now you don't end up with undeleted nodes in zookeeper.
Not all the client connections to kafka were being closed, only the one that was being used. Changed the client closing line (now line 80) to close all the clients that are being opened in getPartitionsLogSize.
Six months and no review from maintainer? Thanks Isaac, will be testing your fork shortly.