You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NeoFS Storage node should support notification extension: optional notification channel to produce events. As the notification channel we will use NATS JetStream. Add basic configuration of NATS JetStream and create NATS client in storage node.
Configuration should contain:
endpoint
timeout
auth credentials such as: key-file, cert-file, optional ca-file.
Related to nspcc-dev/neofs-api#193
NeoFS Storage node should support notification extension: optional notification channel to produce events. As the notification channel we will use NATS JetStream. Add basic configuration of NATS JetStream and create NATS client in storage node.
Configuration should contain:
Similar is done to S3 Gateway: nspcc-dev/neofs-s3-gw#344
NATS Server with credentials available in neofs-dev-env after nspcc-dev/neofs-dev-env#162
The text was updated successfully, but these errors were encountered: