Hi,
I had posted this question in user list, posting it here again. In 2.9.0 release of Ignite, ignite-kafka module was part of the ignite git. Now when I check in master branch kafka module is not present, it has been moved to https://github.com/apache/ignite-extensions Also in maven repository I see there is new artifact corresponding to ignite-extensions for kafka. <dependency> <groupId>org.apache.ignite</groupId> <artifactId>ignite-kafka-ext</artifactId> <version>1.0.0</version> </dependency> To which version of ignite is this compatible ? Can this be used with ignite 2.10.0 master branch ? When will the next release of ignite-kafka-ext be done ? Will it be done along with ignite release ? Regards, Vishwas -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/ |
Hi Vishwas,
Kafka and all other extensions I being moved to that separate repository and will be released independently. We'll update and release new versions of extensions whenever is needed. In the meantime, the Kafka extension should be compatible with all Ignite version. So, just update your Maven XML: https://ignite.apache.org/docs/latest/extensions-and-integrations/streaming/kafka-streamer#streaming-data-with-ignite-kafka-streamer-module - Denis On Thu, Dec 17, 2020 at 9:18 PM vbm <[hidden email]> wrote: > Hi, > > I had posted this question in user list, posting it here again. > > In 2.9.0 release of Ignite, ignite-kafka module was part of the ignite git. > Now when I check in master branch kafka module is not present, it has been > moved to https://github.com/apache/ignite-extensions > > Also in maven repository I see there is new artifact corresponding to > ignite-extensions for kafka. > <dependency> > <groupId>org.apache.ignite</groupId> > <artifactId>ignite-kafka-ext</artifactId> > <version>1.0.0</version> > </dependency> > > To which version of ignite is this compatible ? Can this be used with > ignite > 2.10.0 master branch ? > When will the next release of ignite-kafka-ext be done ? Will it be done > along with ignite release ? > > > Regards, > Vishwas > > > > -- > Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/ > |
Hi Denis,
Thanks for the reply. I will try to use the version of kafka-ext available in mvn repository with ignite master branch code. Regards, Vishwas On Sat, 19 Dec, 2020, 01:48 Denis Magda, <[hidden email]> wrote: > Hi Vishwas, > > Kafka and all other extensions I being moved to that separate repository > and will be released independently. We'll update and release new versions > of extensions whenever is needed. In the meantime, the Kafka extension > should be compatible with all Ignite version. So, just update your Maven > XML: > > https://ignite.apache.org/docs/latest/extensions-and-integrations/streaming/kafka-streamer#streaming-data-with-ignite-kafka-streamer-module > > - > Denis > > > On Thu, Dec 17, 2020 at 9:18 PM vbm <[hidden email]> wrote: > > > Hi, > > > > I had posted this question in user list, posting it here again. > > > > In 2.9.0 release of Ignite, ignite-kafka module was part of the ignite > git. > > Now when I check in master branch kafka module is not present, it has > been > > moved to https://github.com/apache/ignite-extensions > > > > Also in maven repository I see there is new artifact corresponding to > > ignite-extensions for kafka. > > <dependency> > > <groupId>org.apache.ignite</groupId> > > <artifactId>ignite-kafka-ext</artifactId> > > <version>1.0.0</version> > > </dependency> > > > > To which version of ignite is this compatible ? Can this be used with > > ignite > > 2.10.0 master branch ? > > When will the next release of ignite-kafka-ext be done ? Will it be done > > along with ignite release ? > > > > > > Regards, > > Vishwas > > > > > > > > -- > > Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/ > > > |
Free forum by Nabble | Edit this page |