mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
Update partitioning.md
This commit is contained in:
parent
2e16acdbb2
commit
e6c60d490f
@ -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.
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user