Hi there, I am trying to implement a service to load data automatically into cache when ignite service started. However, I am not sure how to implement the 'cancel' method. For example, assume that I am loading data via jdbc connections. What should I do to stop loading in 'cancel' method?
Best regards, Kevin
