-
Notifications
You must be signed in to change notification settings - Fork 15
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
Define general behavior for object notifications #193
Comments
@realloc, btw, should the attributes be separated? what behavior is expected when there is only one of them presented? |
If there is only |
what should a node do when there is no default topic in the config:
|
That's incorrect configuration. Since each config parameter must have a default attribute (if it makes sense in each particular cease), such situation can't arise normally. For node's default topic default value let's use it's node id. |
Moved to neofs-spec. |
NeoFS Storage node should support notification extension: optional notification channel to produce events. This channel and event structure defined depending on extension implementation. API should define general behavior for object notifications (maybe in neofs-spec?) and well-known object attributes.
General behavior:
__NEOFS__TICK_TOPIC
header (UTF-8 string)__NEOFS__TICK_EPOCH
header which is Base10 encoded number__NEOFS__TICK_TOPIC
and__NEOFS__TICK_EPOCH
are set in object attributesThe text was updated successfully, but these errors were encountered: