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

support both realtime only subscriptions and subscriptions with LAD cache #275

Open
davetsay opened this issue Feb 2, 2023 · 1 comment
Assignees
Labels
type:enhancement New feature or request

Comments

@davetsay
Copy link
Collaborator

davetsay commented Feb 2, 2023

We currently get LAD upon subscribing to yamcs endpoints. This is useful to limit requests to yamcs. However, there are times when we only want to get realtime subscription data.

Describe the solution you'd like
Add a flag to either get realtime or realtime w/ LAD subscriptions.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@davetsay davetsay added the type:enhancement New feature or request label Feb 2, 2023
@akhenry
Copy link
Owner

akhenry commented Feb 16, 2023

Let's talk about this. LAD requests have recently changed so that the latest value is retrieved by a different mechanism, so we could just remove the flag that returns the latest value via WebSocket. If nothing else, it should be returned via the "latest" data path anyway. So this flag may not be necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants