skip to Main Content

I’m currently working with Apache Ignite and have a setup where I’m using Ignite 2’s cluster. I recently came across Ignite 3 and its thin client capabilities. I was wondering if it’s possible for the Ignite 3 thin client to connect to an Ignite 2 cluster and execute SQL queries against it?

Any guidance or insights would be greatly appreciated. Thank you in advance!

2

Answers


  1. Chosen as BEST ANSWER

    I think it can't. Currenetly the TcpClientChannel in ignite 3.x only support ProtocolVersion.V3_0_0.I'm not entirely sure I'm right


  2. Ignite 3.x client won’t be compatible with Ignite 2.x, there are too many differences in the protocol and APIs.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search