Listening cluster activation events by default

2020-07-21 Thread Alex Kozhenkov
Igniters, There are 2 events in Ignite (EVT_CLUSTER_ACTIVATED and EVT_CLUSTER_DEACTIVATED) that are only listened to by the coordinator. To listen to them by other nodes, they must be included in IgniteConfiguration. There are also discovery events that are listened to by all nodes. Both activat

Re: Listening cluster activation events by default

2020-07-21 Thread Denis Mekhanikov
Alex, I think it makes sense to enable distribution of these events by default, since they won't introduce any performance impact, and they may be pretty useful for the application lifecycle management. The following events also make sense to be enabled by default: - EVT_BASELINE_CHANGED -