Updates an existing Big Peer replication’s configuration.
Big Peer replication successfully updated
RFC 1123 DNS labels used for most Kubernetes resource names. Some resource types require their names to follow the DNS label standard as defined in [RFC 1123][rfc1123]. This means the name must: * contain at most 63 characters * contain only lowercase alphanumeric characters or '-' * start with an alphanumeric character * end with an alphanumeric character [rfc1123]: https://tools.ietf.org/html/rfc1123
1 - 63A set of connection addresses of other Big Peer instances.
Each connection address should point to the Big Peer replication server dedicated to the same app ID.
The set is allowed to be empty. In this case, it's the remote Big Peer's responsibility to initiate the connection.
["big-peer-2.ditto.svc.cluster.local:4040"]Mapping from collection name to a list of DQL subscriptions queries. This contains the data that the Big Peer instance will subscribe to, for the given app, in the context of Big Peer replication. If empty, this Big Peer instance will not subscribe to any data so no data will be replicated to it.
{ "cars": ["true"] }