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

Optimize service commands to fetch deatils of service instance once #1522

Closed
rkpattnaik780 opened this issue Apr 13, 2022 · 1 comment
Closed
Labels
enhancement New feature or request needs-triage priority/important-soon Must be staffed and worked on either currently or very soon—ideally in time for the next release. Im

Comments

@rkpattnaik780
Copy link
Contributor

Description

WIth the introduction of contexts, the instance id is first validated by fetching details of the service instance.
There are certain commands that end up making the same request twice.

CLI should checki if the instance details are already available before making another request.

@rkpattnaik780 rkpattnaik780 added enhancement New feature or request priority/important-soon Must be staffed and worked on either currently or very soon—ideally in time for the next release. Im labels Apr 13, 2022
@jackdelahunt
Copy link
Contributor

Has been solved for control plane command but data planes commands are expected to do this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs-triage priority/important-soon Must be staffed and worked on either currently or very soon—ideally in time for the next release. Im
Projects
None yet
Development

No branches or pull requests

3 participants