Hi Humphrey,

Consider forcing server mode on the client
https://apacheignite.readme.io/docs/clients-vs-servers#section-forcing-server-mode-on-client-nodes.

Another option is to enforce bean definition registration order. You could
explicitly order configurations so that server bean gets registered before
the client. Another trick is to use @ConditionalOnBean(name = "serverBean")
annotation to impose bean definition order.

Kind regards,
Alex



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to