Hi, Please see https://apacheignite-mix.readme.io/v2.0/docs/kafka-streamer
1. You can find the jars in the binary release of Ignite in lib/, for instance.2. To parse your json string and extract key and value, I recommend using Ignite 1.8 and up. With it, you can parse the incoming data with your extractor and decide what has to be your key. See this link for a simple extractor.https://github.com/apache/ignite/blob/master/modules/kafka/src/test/java/org/apache/ignite/stream/kafka/connect/IgniteSinkConnectorTest.java -- Roman On Monday, May 29, 2017 10:29 PM, Humphrey <[email protected]> wrote: See answers in the following post. http://apache-ignite-users.70518.x6.nabble.com/Kindly-tell-me-where-to-find-these-jar-files-td12649.html I think in the last step you need to convert the data you getting to an cache object, for example Annotation Based Configuration [1] so you can use it to query your cache. Implementing the StreamSingleTupleExtractor will do the conversion for you to the correct format. [1] https://apacheignite.readme.io/docs/indexes#annotation-based-configuration -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-configure-Ignite-sink-connector-to-use-key-value-tp13162p13198.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
