Hi James, Yes, Ignite will not cancel running Job if it is implement ComputeJobMasterLeaveAware and you can gracefully stop it.
You need nothing to do, node will always receive topology changes events (e.g. NODE_LEFT). > Thanks a lot > Whether the Remote IgniteRunnable can be graceful shutdown if I implement > ComputeJobMasterLeaveAware interface in my Kafka consumer IgniteRunnable, > and close kafka streamer in onMasterNodeLeft(). > And if the remote server want to receive master node left event. Is there > any configuration need to add to IgniteConfiguration? > Thanks > James -- Best regards, Andrey V. Mashenkov
