DEV Community

panditb
panditb

Posted on

Hazelcast SqlPredicate from IMap values gives the ClassNotFoundException

I have setup hazelcast with 3 nodes in my system and i have connected with spring boot application , in spring boot application i am connecting through hazelcast-client.yaml

hazelcast
  network:
    cluster-members:
      - 127.0.0.1:5701
    smart-routing: false
  user-code-deployment:
    enabled: true
    class-cache-mode: ETERNAL
    provider-mode: LOCAL_CLASSES_ONLY

I am able to connect succefully , but…

Top comments (0)