Hi Galder,
1. Yes, and the documentation states that we do not support scattered cache in server, see the last paragraph:
> Scattered mode is not exposed in the server configuration as the server is usually accessed through the Hot Rod
protocol. The protocol automatically selects primary owner for the writes and therefore the write (in distributed
mode with two owner) requires single RPC inside the cluster, too. Therefore, scattered cache would not bring
the performance benefit.
In the blogpost I have focused on 'what works' and on the design. I've left the limitations (server, functional commands) for the documentation, keeping it short. If you really thing that I should mention server, I could do that...
2. Setting numOwners to anything but 1 (or keeping it at default value) throws an exception when the configuration is validated. XML does not expose such attribute. Yes, you've read correctly: 1 is the num owners because we don't keep more owners in the CH, so it's resilient against one node failure with single owner. I could add this info to the user docs.