Details
Description
Hi Team,
I am not unable to start the spring boot application. Getting conflict with spring boot open feign dependencies.
IAccountClient: FactoryBean threw exception on object creation; nested exception is class org.apache.ignite.IgniteException: Ignite instance with this name has already been started: Ignite-Test.
I am creating one spring cache manager bean and having one interface for feign client. While booting up service getting above mentioned error.
Upto Ignite 2.5.0 it is working fine.
In 2.6.0 I am facing this issue. Is there any bean conflict between ignite 2.6.0 and spring boot openfeign?
Regards,
Abhishek Verma