Our customer is running a Single Master with multiple slaves(in a cluster).
Now, he wants us to write some triggers (only) that run on the slave(s) when new records are added, updated or deleted on the slave(s). This trigger should run an external java program.
Is this possible ? recommended ?
How do we run a java program from the trigger ? Is it recommended/safe ?
Any gotchas that need to be taken care of ?