-
Notifications
You must be signed in to change notification settings - Fork 859
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
Kafdrop too slow #246
Comments
While waiting for support, patching this in may unblock you. It has been proposed via PR but was unfortunately not accepted. |
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
I also created a PR to address this slowlyness: #277 but its not moving forward yet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Team,
We are using the kafdrop for long time, so far no issues. But when we tried to use against a larger cluster say it has more than 3k topics then the kafdrop home page is too slow to load. We increased the heap/cpu and changed the java parameters too but still we have the slowness. Any suggestion will be appreciated.
$java_home --add-opens=java.base/sun.nio.ch=ALL-UNNAMED -Xms2g -Xmx2g -XX:+UseParallelOldGC -XX:MetaspaceSize=256m -jar $kafdrop_home/$process --zookeeper.connect=$zookeeper_list --kafka.brokerConnect=$kafka_list --schemaregistry.connect=$schema_list --server.port=9000 --topic.deleteEnabled=false --topic.createEnabled=false
Thanks
Senthil
The text was updated successfully, but these errors were encountered: