Skip to content

Commit ef782d8

Browse files
authored
Update concept-disaster-recovery.md
1 parent c634ecd commit ef782d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-web-pubsub/concept-disaster-recovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ You'll need to handle such cases at client side to make it transparent to your e
100100
For client-client pattern, currently it is not yet possible to support a zero-down-time disaster recovery. If you have high availability requirements, please consider using client-server pattern, or sending a copy of messages to the server as well.
101101

102102
Clients connected to one Web PubSub service are not yet able to communicate with clients connected to another Web PubSub service using client-client pattern. So when using client-client pattern, the general principles are:
103-
1. All the app server instances return the same **primary** Web PubSub endpoint to the **negotiate** calls. You could have a source-of-truth storing, checking the health status, and managing these endpoints.
103+
1. All the app server instances return the same Web PubSub endpoint to the client **negotiate** calls. You could have a source-of-truth storing, checking the health status, and managing these endpoints.
104104
2. Make sure there is no active client connected to other endpoints. [Close All Connections](/rest/api/webpubsub/dataplane/web-pub-sub/close-all-connections) could be used to close all the connected clients.
105105

106106
## How to test a failover

0 commit comments

Comments
 (0)