You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
988 B
988 B
DEPRECATED: This NIP has been replaced
This document has been superseded by NIP-XX-Cluster-Replication.md
The distributed directory consensus protocol described in this document has been replaced by the HTTP-based pull replication protocol defined in the Cluster Replication NIP. The new protocol provides more efficient traffic patterns through active polling rather than push-based event replication.
Migration
If you were implementing or using the protocol described in this document:
- Stop using the WebSocket event-based replication (Kinds 39100-39112)
- Switch to the HTTP polling-based cluster replication protocol
- Update membership management to use Kind 39108 events published by cluster administrators
- Configure polling to use the
/cluster/latestand/cluster/eventsHTTP endpoints
See NIP-XX-Cluster-Replication.md for the complete specification of the new protocol.