Hi, I have .net core client and Server application Ignite v2.7.6. All tables and indexes created through IgniteConfiguration and QueryEntity in .net application at the time of cache creation.
currently i am using from source to client.putAsync(key,tableModelClassObject) to put data in cache as well write behind into SQL Server Database. but now planning to sink source data from jdbc into ignite cache as well as write behind for sql server with same follow instead of using client.putAsync()...using JDBC. All kind of suggestion are welcome.what kind of changes i need to do if any refrence link. Thank you. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
