-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
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:
- Notification event consists of topic and message
- There is only object notifications for now
- Object notification message is always object address (format defined by notification extension)
- Object notification topic is defined in
__NEOFS__TICK_TOPICheader (UTF-8 string) - Node produces object notifications at epoch defined in
__NEOFS__TICK_EPOCHheader which is Base10 encoded number - Node produces object notification if both
__NEOFS__TICK_TOPICand__NEOFS__TICK_EPOCHare set in object attributes
Metadata
Metadata
Assignees
Labels
No labels