Arthi, The short answer to all your questions is "yes" - C++ client is able to de-serialize Java objects if you are using BinaryMarshaller and it is also able to trigger read-through requests to Java factory store if there are cache misses.
Best Regards, Igor On Wed, Mar 9, 2016 at 2:35 PM, arthi <[email protected]> wrote: > Thanks Igor. > > I could get the C++ code work with the sample XML configuration. > > One more question. Can the C++ client see the objects in a cache populated > by a Java server node? > I have Java server that creates the cache with objects and the cache is > connected to a persistent store on top of a RDBMS. I configured this cache > to be a "read-through" cache. > Will the query from the C++ client be able to de-serialize the Java binary > objects? and also trigger read-through requests to Java factory store if > there are cache misses? > > Thanks, > Arthi > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/C-Client-for-SQL-Queries-tp3407p3416.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
