Re: ODBC and JDBC on same Ignite Cluster

2018-04-06 Thread Ryan Samo
It does work as you described. Both JDBC and ODBC use the same 10800 port be default unless you override it with ClientConnectorConfiguration. Thanks again! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: ODBC and JDBC on same Ignite Cluster

2018-04-06 Thread Ryan Samo
Thanks for the clarification Denis, I will give that a try! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: ODBC and JDBC on same Ignite Cluster

2018-04-06 Thread Denis Mekhanikov
Ryan, There can only be one client connector on one node. And both JDBC and ODBC can use the same port. So, there is no need to configure anything, you can just connect to the port 10800 from JDBC or ODBC, Ignite will figure out, which one it is. ConnectorConfiguration is useful if you want to cha