1

I am trying to build an apache ignite thinclient poc and am able to connect to a cluster and also read the data using a ScanQuery. But am stuck at creating a Listener for any cache updates. I looked through but could not find anything for thin clients. Does ignite thin client even support listening on cache updates? How do I do that?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Munni
  • 77
  • 1
  • 7

1 Answers1

3

No, thin clients don't support Continuous Queries. You'll need to use a thick client to get that functionality.

Stephen Darlington
  • 51,577
  • 12
  • 107
  • 152