You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This suggestion improves the getComponentHandler function by introducing support for selective querying of component data using URL query parameters (GetHealth, GetArguments, GetExports, GetDebugInfo).
This update optimizes data retrieval for environments with many targets, allowing api consumers to minimize unnecessary data transfers. For instance, when working with tens of thousands of targets, you may want to fetch detailed data (such as arguments) only once, while requesting debug information more frequently and from all cluster members.
Not sure if I missed anything, Happy to submit the PR
This suggestion improves the getComponentHandler function by introducing support for selective querying of component data using URL query parameters (GetHealth, GetArguments, GetExports, GetDebugInfo).
This update optimizes data retrieval for environments with many targets, allowing api consumers to minimize unnecessary data transfers. For instance, when working with tens of thousands of targets, you may want to fetch detailed data (such as arguments) only once, while requesting debug information more frequently and from all cluster members.
Not sure if I missed anything, Happy to submit the PR
The text was updated successfully, but these errors were encountered: