Multicast is only used for node discovery. If you update a cache, run a SQL query or execute a compute task, that uses the “communications SPI” which is a direct TCP connection between nodes.
> On 18 Jun 2023, at 15:24, Vikas Vishwakarma <vv667...@gmail.com> wrote: > > Hi All, > > I was wondering when using Multicast + Static IP finder, how communication > about cache update happens, is it unicast or multicast and what all > communication happen over multicast group and if there's any unicast > communication then what all communication using unicast. > > Thank you