Re: Apache Ignite and Kafka Connector

2021-06-10 Thread Stephen Darlington
Create your table in Ignite, using whatever mechanism you’re comfortable with (XML, code, SQL). Configure the Kafka adapter to stream from the desired topic into your table. You may need to write a little code to map from one schema to the other. There are commercial Kafka Connectors for Ignite

Re: Apache Ignite and Kafka Connector

2021-06-10 Thread shubhamshirur
Thanks, I want the same. So I have to do it with Kafka streams, a java code. Not with kafka connectors. is it? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Apache Ignite and Kafka Connector

2021-06-10 Thread Stephen Darlington
This is a good overview of the storage options: multi-tier-storage.html Basically, there’s no cache and separate database. In Ignite, they’re the same things. A table can (optionally) have SQL support and persistence. So from a Kafka poin

Re: Apache Ignite and Kafka Connector

2021-06-10 Thread shubhamshirur
Yes may be. I do not know much about Apache Ignite. So by Ignite Database I mean SQLline. Please tell me if on what should research over to make it more relatable? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Apache Ignite and Kafka Connector

2021-06-10 Thread Stephen Darlington
What do you mean by “Ignite Database” and “Ignite cache”? Are you trying to write from Kafka into a disk-based store, rather than a memory store? > On 10 Jun 2021, at 13:28, shubhamshirur wrote: > > I want to achieve a scenario where I am sending a Kafka topic data to ignite > database using co

Apache Ignite and Kafka Connector

2021-06-10 Thread shubhamshirur
I want to achieve a scenario where I am sending a Kafka topic data to ignite database using connectors and not to the ignite cache directly. Can I do that? What Ignite Configuration changes and connector configuration changes I have to make? Thank you. -- Sent from: http://apache-ignite-users.7