about replication of SQLquery template
I make a custom cluster configure file which will replicate template spaces.
the template is following:
spaces.core.client.SQLQuery<ClientAData>(new ClientAData(),"id < 10 ")
One space will recive the template correctly
Another space will receive something like this
spaces.core.client.SQLQuery<ClientAData>(new ClientAData(),"id = 10 ")
(It is known by the returned result)
Is this a bug or SQLquery does not support "Replicate Notify Template"
This thread was imported from the previous forum.
For your reference, the original is available here