GitHub user isapego opened a pull request: https://github.com/apache/ignite/pull/4071
IGNITE-8495: Implement C++ thin client start and connection establishment. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8495 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/4071.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #4071 ---- commit 850e50fa4df48006a0fbaff3f7967fb813bfffb5 Author: Igor Sapego <isapego@...> Date: 2018-05-15T16:38:46Z IGNITE-8495: Fixed configs commit 650fe9dd120660a444696c97e7b680f931cd3003 Author: Igor Sapego <isapego@...> Date: 2018-05-16T07:54:25Z IGNITE-8495: Added thin-client project commit 153931bd21d19e6fb6e1765f879ce5c678bbee13 Author: Igor Sapego <isapego@...> Date: 2018-05-17T13:37:02Z IGNITE-8495: Implemented IgniteClientConfiguration. commit e50943d2c3344dc9696fa307f32a8a27ba06fd91 Author: Igor Sapego <isapego@...> Date: 2018-05-23T14:10:10Z IGNITE-8495: Implemented DataRouter commit fed07b983931cb54ad92e57e4540b82177e6097d Author: Igor Sapego <isapego@...> Date: 2018-05-23T14:25:43Z IGNITE-8495: IgniteClient::Start implemented commit d4b3cd3f52a0c07b2fb57648dd0601bd5af3ae15 Author: Igor Sapego <isapego@...> Date: 2018-05-24T14:13:51Z IGNITE-8495: Implemented tests commit 8fa6e70ab5fa2a5accdae6e45c53622c4ba06cae Author: Igor Sapego <isapego@...> Date: 2018-05-24T14:52:09Z IGNITE-8495: Added SSL tests. commit 8fc673c5dde2d8159eb382cd5045c5e39bb0463d Author: Igor Sapego <isapego@...> Date: 2018-05-24T14:54:12Z IGNITE-8495: Added failover test commit c4b7f31b833e0eea6cd33e5c23e86caf257dba61 Author: Igor Sapego <isapego@...> Date: 2018-05-24T14:54:58Z IGNITE-8495: Minor changes commit feffad9032191df1cdb9e31075a6bcd0b4c678c3 Author: Igor Sapego <isapego@...> Date: 2018-05-24T15:30:15Z IGNITE-8495: Linux changes commit 093e4f02be89a5829541ab4d71a18c5a9fa57b64 Author: Igor Sapego <isapego@...> Date: 2018-05-25T13:26:02Z IGNITE-8495: Fixes for Linux commit a0bad79bfcf5d1f93e9a32c9b44ad6ac18570060 Author: Igor Sapego <isapego@...> Date: 2018-05-25T14:05:34Z IGNITE-8495: Fix for Linux commit 6e666722aaaa7d4bcfec0a8c078cd11a38ff5a99 Author: Igor Sapego <isapego@...> Date: 2018-05-25T14:26:41Z IGNITE-8495: Fixes for Linux ---- ---