Re: Adding custom processor in Ignite Node

2018-01-11 Thread kotamrajuyashasvi
Hi Thanks for your response. As you mentioned will try to discuss/take help from the dev-list. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Adding custom processor in Ignite Node

2018-01-11 Thread Alexey Popov
Hi, I am not sure that user-list will be able to help you with such questions. You should discuss the implementation options/details at dev-list (http://apache-ignite-developers.2346864.n4.nabble.com/). Probably, you don't need a custom processor class at all. Anyway: 1. Please have a look at th

Re: Adding custom processor in Ignite Node

2018-01-10 Thread kotamrajuyashasvi
HI Thanks for your response. Actually I want to implement custom Thin Client Processor/Server which will process requests from multiple C++ thin Client which use TCP socket communication. The Client requests are to perform sql queries , cache gets and puts and Ignite Transaction operations. I h

Re: Adding custom processor in Ignite Node

2018-01-10 Thread afedotov
Hi, 1) Why do you want to implement your own processor? 2) Have you considered using Ignite's compute grid and other features instead? If yes, what problems do you anticipate? Kind regards, Alex -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Adding custom processor in Ignite Node

2018-01-10 Thread kotamrajuyashasvi
Hi I would like a start a custom processor on Ignite Node. After exploring the source code, I have created a custom processor class that extends GridProcessorAdapter. I added the code to start custom processor just like other processors in IgniteKernal.java passing the GridKernalContextImpl ctx ob