diff --git a/nats_streaming/partitioning.md b/nats_streaming/partitioning.md index 1e6ab4c..be63aed 100644 --- a/nats_streaming/partitioning.md +++ b/nats_streaming/partitioning.md @@ -26,7 +26,7 @@ store_limits: { } ``` -When partitioning is enabled, multiple servers with the same cluster ID can coexist on the same NATS network, each server handling its own set of channels. ***Note however that in this mode, state is not replicated as it is in Clustering mode. The only communication between servers is to report if a given channel is handled in more than one serve.r*** +When partitioning is enabled, multiple servers with the same cluster ID can coexist on the same NATS network, each server handling its own set of channels. ***Note however that in this mode, state is not replicated as it is in Clustering mode. The only communication between servers is to report if a given channel is handled in more than one server.*** ## Wildcards @@ -116,4 +116,4 @@ A published message will be received by only the server that has that channel de However, other client requests (such as connection and subscription requests) are received by all servers. For connections, all servers handle them and the client library will receive a response from all servers in the cluster, but use the first one that it received. -For subscriptions, a server receiving the request for a channel that it does not handle will simply ignore the request. Again, if no server handle this channel, the client's subscription request will simply time out. \ No newline at end of file +For subscriptions, a server receiving the request for a channel that it does not handle will simply ignore the request. Again, if no server handle this channel, the client's subscription request will simply time out.