How can I manage resources on ignite.
Given the application i am developing, i have a few connections that i used to keep, (JDBC/SAP/others). I used to keep all the connections in a pool and manage them using HIKARI. Now given that now I can have a cluster of machines using ignite, what method can I use, so that I can distribute the connections across the nodes.
Ignite doesn't provide this mechanism out of the box.
I have thought of using services as a container for these connections, but then the management of connection is an extra overhead. As good as reinventing the wheel.
Hikari doesn't have any cluster management features and hence is limited to single node resource.
Any suggestions will be appreciated.
Did you have a chance to take a look at JDBC client node driver? It should handle distributing the queries between nodes.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With