Skip to content
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

JSON optimization for initial Jolokia list call #2097

Closed
grgrzybek opened this issue Mar 4, 2016 · 1 comment
Closed

JSON optimization for initial Jolokia list call #2097

grgrzybek opened this issue Mar 4, 2016 · 1 comment

Comments

@grgrzybek
Copy link
Contributor

@gashcrumb @davsclaus these commits optimize initial Jolokia list call in case there are lots of similar MBeans (like ActiveMQ queues). I created special MBean hawtio:type=security,name=RBACRegistry. hawtio client application detects if it's present and (if true) calls jolokia/exec/thisMBean instead of jolokia/list.

It's especially important with RBAC, where you have (had) to do initial list with maxDepth=8. Without RBAC, initial list call can use maxDepth=2.

Please check if these commits for hawtio v1 could be useful for v2

@tadayosi
Copy link
Member

The hawtio-osgi-jmx and hawtio-system parts are already merged to hawtio/hawtio 2.x. The remaining TypeScript parts should be addressed at hawtio/hawtio-jmx#28.

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

No branches or pull requests

2 participants