-
Notifications
You must be signed in to change notification settings - Fork 23
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
Delivery timeout cannot be expressed per subgroup #606
Comments
I renamed the issue to reflect the primary issue with the current draft.
This is true, let's file a separate issue. My understanding is that it's useful in both SUBSCRIBE_OK and FETCH_OK - does that seem right?
My understanding is: DELIVERY_TIMEOUT only applies to SUBSCRIBE (not FETCH) -- how long should a relay attempt to deliver an object before dropping/resetting. If that's right then having both in SUBSCRIBE_OK seems valid. If that's not right, let's file a separate issue for this too. |
I wonder if we are talking about 3 different things here
Also I agree subscribe_ok should reflect these values as they serve different purposes . |
I don't understand the use case for different delivery timeouts. Surely the delivery timeout relates to when the media will be consumed, which is independent of priority? |
TTL got moved into delivery timeout in subscribe OK but that lost the property to set a different timeout for different sub groups.
It is not clear where a max cache parameter can be in the protocol.
It is not clear interaction of max cache and delivery timeout in subscribe OK are both needed.
The text was updated successfully, but these errors were encountered: