kafka-web-console icon indicating copy to clipboard operation
kafka-web-console copied to clipboard

Fixes #36. Fixes #30.

Open ibanner56 opened this issue 10 years ago • 2 comments

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.

ibanner56 avatar Oct 27 '14 20:10 ibanner56

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.

ibanner56 avatar Dec 09 '14 14:12 ibanner56

Six months and no review from maintainer? Thanks Isaac, will be testing your fork shortly.

ches avatar Mar 25 '15 08:03 ches