Hello,
You provide a list of IP addresses for the sake of high-availability - if
one of the servers goes down then the client will reconnect to the next IP
automatically. There is no any load balancing in place presently. But! In
the next Ignite version, we're planning to roll out partition-awareness
support - the client will send a request to the nodes who hold the data
needed for the request.
-
Denis
On Tue, Feb 26, 2019 at 2:48 PM 李玉珏 <
[hidden email]> wrote:
> Hi,
>
> Does have load balancing function in Multiple Endpoints mode of JDBC
> driver?For example, "jdbc: ignite: thin://192.168.0.50:101,
> 192.188.5.40:101, 192.168.10.230:101"
> If not, will one node become the bottleneck of the whole system?
>