shishkovilja commented on issue #10599: URL: https://github.com/apache/ignite/issues/10599#issuecomment-1514365894
Hi @VMahipalReddy, For thick client you can try this: [Running Client Nodes Behind NAT](https://ignite.apache.org/docs/latest/clustering/running-client-nodes-behind-nat). For thin client, there are some notable points: 1. Some requests, such as explicit transactions does not support partition awareness. 1. All operations, which does not support partition awareness performed operations through the node which it is connected to. Since 2.12 thin client connects to the first address from specified addresses list, so if you run many clients with the same addresses list, all of them will be connected to a single node. As a workaround you can perform manual shuffling of addresses in your code. In 2.15 connection balancing will be introduced: [IGNITE-18637](https://issues.apache.org/jira/browse/IGNITE-18637) > Data is not getting distributed Which metric is displayed on the attached picture? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
