I learned from this page that multicast transport cloud be used by specifying multicast_ip for reader one by one.
That means multicast transport is actually statically assigned.
I wonder if there is some way to let the writers&readers use multicast transport and know each other automatically.
For example, a writer randomly choose a multicast_ip:port and then tells its readers.
Then the readers begin to join that multicast group and recv msgs.