Hi, Please properly subscribe to the mailing list so that the community can receive email notifications for your messages. To subscribe, send an empty email to [email protected] and follow simple instructions in the reply.
Did you have a chance to take a look at JDBC client node driver <https://apacheignite.readme.io/docs/jdbc-driver#section-jdbc-client-node-driver>? It should handle distributing the queries between nodes. Kind regards, Alex. On Fri, Aug 11, 2017 at 1:33 PM, jibin [via Apache Ignite Users] < [email protected]> wrote: > How can we 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 i have a cluster of machines using ignite, what method can > i use that i can distribute the number of connections across the nodes. > > Ignite doesnt provide any of 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. > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > http://apache-ignite-users.70518.x6.nabble.com/Resource- > Management-connection-pooling-on-Ignite-Cluster-tp16128.html > To start a new topic under Apache Ignite Users, email > [email protected] > To unsubscribe from Apache Ignite Users, click here > <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1&code=YWxleGFuZGVyLmZlZG90b2ZmQGdtYWlsLmNvbXwxfC0xMzYxNTU0NTg=> > . > NAML > <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Resource-Management-connection-pooling-on-Ignite-Cluster-tp16128p16141.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
