Re: User-defined event

2020-01-20 Thread j_recuerda
It was my fault. I was not listening to remote events. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

User-defined event

2020-01-20 Thread j_recuerda
Hi, I am running Ignite 2.7.0. I am trying to trigger a user-defined event that can be listened by all the nodes in the cluster but in the IgniteEvents API there is just 'recordLocal', which doesn't trigger the listeners in remote nodes. I have looked for a way of doing so in th