-
Notifications
You must be signed in to change notification settings - Fork 17
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
Should we make SSE informative? #417
Comments
Let's FORCE these assertions/section (Events API) as being as at-risk, so that we CAN take them out of the PR. |
Just to clarify some points in w3c/wot-profile#397:
Node-wot has already a client implementation (even the server side is implemented but I think it is not relevant)
This is not entirely true; unless I missed something, Zion implementation should be complete. However, I agree that retention has scalability issues. We implemented a "placeholder* strategy because we were worried about retaining all the events forever, probably we just need a best-effort approach (i.e. is not guaranteed that the TDD will give back all the events you missed). In my understanding, the SSE Specification does not oblige you to keep track of all the events that happened in the past. p.s. sorry for missing today's discussion. |
So the CR publication includes the SSE assertions; unfortunately, we did NOT force them to be marked as at-risk. That means we are now committed to those assertions, and I propose closing this issue as "resolved". However, while ok on a LAN, SSE is not great for cloud services, not being very scalable, so I'll create another issue (see #468) to look at alternative event mechanisms in Discovery 2.0 (e.g. web hooks). |
See w3c/wot-profile#397
Should we keep SSE (and the Event API) as normative, or make it informative? Not clear we have sufficient implementation experience. We do have two implementations, but they are both servers. Unfortunately we don't have clients to test these with.
The text was updated successfully, but these errors were encountered: