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

File-specific subscriptions #119

Closed
christophfriedrich opened this issue Sep 11, 2018 · 2 comments
Closed

File-specific subscriptions #119

christophfriedrich opened this issue Sep 11, 2018 · 2 comments
Labels
Milestone

Comments

@christophfriedrich
Copy link
Contributor

It might be handy to have file-specific subscriptions, so that one can e.g. watch what happens to a certain script.

The subscribe payload could look like this:

{
    "topic": "openeo.files",
    "path": "myscript.js"
}
@m-mohr
Copy link
Member

m-mohr commented Sep 12, 2018

I don't really see much use-cases for file specific subscriptions. Global File subscriptions are probably only meant to update local representations of the cloud file system, e.g. when a list of available files is shown in the browser. Other than that I don't see for what this should be used. Any examples?

@m-mohr m-mohr added this to the v0.4 milestone Sep 12, 2018
@m-mohr m-mohr modified the milestones: v0.4, v1.0 Dec 6, 2018
@m-mohr
Copy link
Member

m-mohr commented Oct 30, 2019

Closed for now as the WebSocket-based Subscriptions API won't be part of 1.0. We may revisit this in the future.

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

No branches or pull requests

2 participants