I am not able to find Apache Ignite dependency in Quarkus or any example where someone is using Apache Ignite with Quarkus. If Quarkus is not currently supporting Apache Ignite then what should be the alternative?
I used this dependency for starting Apache Ignite server using Quarkus.
`
<dependency>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-core</artifactId>
<version>2.7.6</version>
</dependency>
`
You can Start server by using this line of code.
`
Ignite ignite = Ignition.start();
And you can stop server by using this line of code
Ignition.stop(true);
`
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With