Skip to main content Link Menu Expand (external link) Document Search Copy Copied

["ebt", "replicate"]

Table of contents

  1. Description
  2. Specification
    1. Requests
    2. Responses
  3. Support table
  4. Examples
    1. Requests
      1. Manyverse
    2. Client terminations
      1. Manyverse

Description

This request is used as a new replication mechanism. This is a duplex request which should be initiated by the client which initiates the connection.

The location of the primary documentation for this request is unknown.

Specification

Requests

Name
["ebt", "replicate"]
Type
"duplex"
Args Seems to be an array with one element.

Responses

Unknown.

Support table

Sends Accepts
go-ssb
v0.2.1
Unknown.
v0.2.1
Unknown.
Patchwork
3.18.1
Unknown.
3.18.1
Unknown.
Manyverse
v0.2203.21-beta
Yes.
v0.2203.21-beta
Unknown.

Examples

Requests

Manyverse

  • Request number:
    1
  • Stream:
    true
  • End/err:
    false
  • Body type:
    JSON
Manyverse v0.2203.21-beta
{
    "name": ["ebt", "replicate"],
    "args": [
        {
            "version": 3,
            "format": "classic"
        }
    ],
    "type": "duplex"
}

Client terminations

Manyverse

  • Request number:
    1
  • Stream:
    true
  • End/err:
    true
  • Body type:
    JSON
Manyverse v0.2203.21-beta
{}